chiffondb 0.3.0 copy "chiffondb: ^0.3.0" to clipboard
chiffondb: ^0.3.0 copied to clipboard

Dart FFI bindings for ChiffonDB — a lightweight embedded property graph database. Provides a Connection API and @NodeType/@EdgeType code generation via flutter_rust_bridge.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chiffondb

With Flutter:

 $ flutter pub add chiffondb

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

dependencies:
  chiffondb: ^0.3.0

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:chiffondb/chiffondb.dart';
0
likes
140
points
138
downloads

Documentation

API reference

Publisher

verified publisherszktty.jp

Weekly Downloads

Dart FFI bindings for ChiffonDB — a lightweight embedded property graph database. Provides a Connection API and @NodeType/@EdgeType code generation via flutter_rust_bridge.

Topics

#graph #database #embedded #ffi #flutter-rust-bridge

License

Apache-2.0 (license)

Dependencies

archive, code_assets, ffi, flutter_rust_bridge, hooks, http, path

More

Packages that depend on chiffondb