dxtr_box 1.2.0 copy "dxtr_box: ^1.2.0" to clipboard
dxtr_box: ^1.2.0 copied to clipboard

A fast, ACID, encrypted, Rust-powered NoSQL box database for Flutter. No model code generation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dxtr_box

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

dependencies:
  dxtr_box: ^1.2.0

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:dxtr_box/dxtr_box.dart';
0
likes
150
points
131
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A fast, ACID, encrypted, Rust-powered NoSQL box database for Flutter. No model code generation.

Repository (GitHub)
View/report issues

Topics

#database #nosql #storage #rust #flutter

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, msgpack_dart, path, path_provider

More

Packages that depend on dxtr_box

Packages that implement dxtr_box