foodb 0.1.5
foodb: ^0.1.5 copied to clipboard
A CouchDB warpper with dart implementation
0.1.5 #
- (add) expose change result event for replicate
0.1.4 #
- (change) improve replicate and change stream error handling using runZoned
- (change) improve replicate api
0.1.3 #
- (fix) missing design_doc.g.dart
0.1.2 #
- (fix) _all_docs and _view request for couchdb 2.3.1
0.1.1 #
- (change) update package class privacy
0.1.0 #
- (add) key value database basic operation and allDoc view
- (add) objectbox as key value database implementation
- (add) test suite project
- (change) replication API
- (change) Change API
0.0.5 #
- revert fix on change stream timeout
0.0.4 #
- fix change stream timeout
0.0.3 #
- Changed ChangeResult from Map<String, dynamic> to Doc<Map<String, dynamic>>
0.0.2 #
- Fix .env
0.0.1 #
- First release, implemented basic API for CRUD operation, change stream and replication.