cozo_dart 1.0.0
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_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cozo_dart: ^1.0.0Alternatively, 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';