cbl 1.0.0-beta.7 copy "cbl: ^1.0.0-beta.7" to clipboard
cbl: ^1.0.0-beta.7 copied to clipboard

outdated

Couchbase Lite for Dart. A NoSQL database with change notification, full text search and replication.

Version License CI codecov

⚠️ This project has not yet reached a stable production release.

Features #

  • Offline first
  • Data is stored in JSON documents
    • Schemaless
    • Stored in efficient binary format
    • Support storing binary blobs
  • Queries
    • Construct queries through a type safe builder API or write them in N1QL
    • Full text search
    • Indexes
  • Synchronization with central Database
    • Synchronize with Couchbase Server through Sync Gateway
    • Local conflict resolution
  • Change observer APIs for:
    • Database
    • Query
    • Replicator

Supported Platforms #

Platform Version
iOS >= 10.0
macOS >= 10.14
Android >= 22
Linux == Ubuntu 20.04 x86_64

Getting started for Flutter #

Head over to the Flutter plugin for Couchbase Lite to get started using Couchbase Lite in your Flutter App.

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Read CONTRIBUTING to get started developing.

Disclaimer #

Warning: This is not an official Couchbase product.

64
likes
0
pub points
89%
popularity

Publisher

verified publishercbl-dart.dev

Couchbase Lite for Dart. A NoSQL database with change notification, full text search and replication.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cbl_ffi, characters, collection, ffi, meta, stream_channel, synchronized, web_socket_channel

More

Packages that depend on cbl