nosql_persistence 0.3.1 copy "nosql_persistence: ^0.3.1" to clipboard
nosql_persistence: ^0.3.1 copied to clipboard

Using nosql databases with migrations, "expired" data, helpful functions

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nosql_persistence

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

dependencies:
  nosql_persistence: ^0.3.1

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:nosql_persistence/nosql_persistence.dart';
2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Using nosql databases with migrations, "expired" data, helpful functions

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_secure_storage, hive_flutter, json_annotation, meta

More

Packages that depend on nosql_persistence