torex_local_store 0.1.6
torex_local_store: ^0.1.6 copied to clipboard
Ultra-high-performance local storage engine for Flutter powered by Rust. LSM-tree based, zero-copy reads, memory-mapped files, crash recovery, and reactive streams.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add torex_local_storeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
torex_local_store: ^0.1.6Alternatively, 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:torex_local_store/torex_local_store.dart';