stoolap_flutter 0.1.0 copy "stoolap_flutter: ^0.1.0" to clipboard
stoolap_flutter: ^0.1.0 copied to clipboard

High-performance, pure Rust embedded SQL database for Flutter with native Vector Search, MVCC transactions, and reactive Streams.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stoolap_flutter

With Flutter:

 $ flutter pub add stoolap_flutter

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

dependencies:
  stoolap_flutter: ^0.1.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:stoolap_flutter/stoolap_flutter.dart';
1
likes
0
points
211
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance, pure Rust embedded SQL database for Flutter with native Vector Search, MVCC transactions, and reactive Streams.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on stoolap_flutter

Packages that implement stoolap_flutter