On Sun, Dec 6, 2015 at 7:36 PM, Pedro Teixeira <[email protected]> wrote: > > From the docs it looks like this endpoint simply returns creations, deletions > and updates of databases. > What I’m looking for are changes in *records* inside and across all > databases...
Yes. The idea behind is that you don't have to keep alive a lot of continuous changes feeds, but spawn them only by a fact of updates in some database. Create/delete events helps you to auto subscribe/unscribe from the databases. Alternatively, as Mike mentioned, there is update_notification external which looks more closer to what you want. -- ,,,^..^,,,
