nest_db 1.0.2
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_dbThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nest_db: ^1.0.2Alternatively, 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';