couchbase_lite_dart 0.1.0+2 couchbase_lite_dart: ^0.1.0+2 copied to clipboard
Dart implementation of Couchbase Lite is an embedded, NoSQL JSON Document Style database.
0.1.0+2 #
Moved the ffi bindings into their own library to improve the documetntation generated by dartdoc.
0.1.0 #
- Database: Open, Close, Copy, Compact, Delete, Batch operations, Change notifications, document change notifications, Buffered notifications
- Document CRUD - Create, Read, Udpdate, Delete, Save conflict handler, Document expiration, with automatic purge Fleece API for direct access to the binary data
- Queries N1QL query language, Query parameters, Explain, "Live queries" - change listener
- Replication Authentication: Basic and Session based, Pull/push filters, channels, Status listeners