foodb 0.1.1
foodb: ^0.1.1 copied to clipboard
A CouchDB warpper with dart implementation
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.