Kapelianovych / couchdb_dart

A library for Dart developers for work with CouchDB
https://pub.dev/packages/couchdb
Other
47 stars 18 forks source link

Change Notifications #16

Closed wladox09 closed 4 years ago

wladox09 commented 4 years ago

hello there is support to get the changes from the database?.

https://guide.couchdb.org/draft/notifications.html

Kapelianovych commented 4 years ago

Hello. You can use changesIn or postChangesIn of Databases class.

wladox09 commented 4 years ago

ok thank you very much