waffle_db 0.0.1+1 copy "waffle_db: ^0.0.1+1" to clipboard
waffle_db: ^0.0.1+1 copied to clipboard

An advanced, high performance local vector database for Flutter, powered by Rust and HNSW graph indexing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add waffle_db

With Flutter:

 $ flutter pub add waffle_db

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

dependencies:
  waffle_db: ^0.0.1+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:waffle_db/waffle_db.dart';
0
likes
0
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

An advanced, high performance local vector database for Flutter, powered by Rust and HNSW graph indexing.

Repository (GitHub)
View/report issues

Topics

#ffi #vector #ai #database #rust

Funding

Consider supporting this project:

github.com
buymeacoffee.com
ipn.eg

License

unknown (license)

Dependencies

flutter_rust_bridge

More

Packages that depend on waffle_db

Packages that implement waffle_db