nest_db 1.0.2 copy "nest_db: ^1.0.2" to clipboard
nest_db: ^1.0.2 copied to clipboard

Lightweight, in-memory NoSQL database for Dart/Flutter with persistent storage, schema validation, and optional encryption.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nest_db

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

dependencies:
  nest_db: ^1.0.2

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:nest_db/nest_db.dart';
0
likes
160
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight, in-memory NoSQL database for Dart/Flutter with persistent storage, schema validation, and optional encryption.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

encrypt, flutter, path_provider

More

Packages that depend on nest_db