quanta_db 0.0.8 copy "quanta_db: ^0.0.8" to clipboard
quanta_db: ^0.0.8 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.8

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';
7
likes
150
points
452
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
API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on quanta_db