cbl 4.0.0-dev.1 copy "cbl: ^4.0.0-dev.1" to clipboard
cbl: ^4.0.0-dev.1 copied to clipboard

An offline-first NoSQL document database with SQL++ queries, vector search, full-text search, live queries, encryption, bi-directional and peer-to-peer data sync.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cbl

With Flutter:

 $ flutter pub add cbl

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cbl: ^4.0.0-dev.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cbl/cbl.dart';
79
likes
150
points
856
downloads

Documentation

Documentation
API reference

Publisher

verified publishercbl-dart.dev

Weekly Downloads

An offline-first NoSQL document database with SQL++ queries, vector search, full-text search, live queries, encryption, bi-directional and peer-to-peer data sync.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#database #sql #sync #vector-search #full-text-search

License

Apache-2.0 (license)

Dependencies

archive, characters, code_assets, collection, ffi, hooks, http, meta, native_toolchain_c, path, stream_channel, synchronized

More

Packages that depend on cbl