quanta_db 0.0.9 copy "quanta_db: ^0.0.9" to clipboard
quanta_db: ^0.0.9 copied to clipboard

A high-performance pure Dart database implementation using LSM-Tree architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quanta_db

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

dependencies:
  quanta_db: ^0.0.9

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:quanta_db/quanta_db.dart';
8
likes
50
points
47
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A high-performance pure Dart database implementation using LSM-Tree architecture.

Homepage
Repository (GitHub)
View/report issues

Topics

#database #lsm-tree #storage #flutter #dart

Documentation

Documentation

License

MIT (license)

Dependencies

analyzer, build, collection, crypto, flutter, meta, path, path_provider, source_gen

More

Packages that depend on quanta_db