cozo_dart 1.0.0 copy "cozo_dart: ^1.0.0" to clipboard
cozo_dart: ^1.0.0 copied to clipboard

CozoDB embedded graph database for Dart/Flutter. Datalog queries, 15+ graph algorithms, HNSW vector search, full-text search, SQLite persistent storage, cross-platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cozo_dart

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

dependencies:
  cozo_dart: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:cozo_dart/cozo_dart.dart';
0
likes
160
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

CozoDB embedded graph database for Dart/Flutter. Datalog queries, 15+ graph algorithms, HNSW vector search, full-text search, SQLite persistent storage, cross-platform.

Repository (GitHub)
View/report issues

Topics

#database #graph #vector-search #ai #embedded-database

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on cozo_dart

Packages that implement cozo_dart