torex_local_store 0.1.6 copy "torex_local_store: ^0.1.6" to clipboard
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_store

This 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.6

Alternatively, 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';
1
likes
150
points
20
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#database #storage #rust #ffi #nosql

License

MIT (license)

Dependencies

ffi, flutter, flutter_rust_bridge, meta, path, path_provider

More

Packages that depend on torex_local_store

Packages that implement torex_local_store