mrkdb 1.1.0 copy "mrkdb: ^1.1.0" to clipboard
mrkdb: ^1.1.0 copied to clipboard

A lightweight encrypted NoSQL local database for Flutter & Dart with schema validation, indexing, and query support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mrkdb

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

dependencies:
  mrkdb: ^1.1.0

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:mrkdb/mrkdb.dart';
1
likes
150
points
94
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight encrypted NoSQL local database for Flutter & Dart with schema validation, indexing, and query support.

Homepage
Repository (GitHub)
View/report issues

Topics

#database #storage #nosql #encryption #offline

License

unknown (license)

Dependencies

cryptography, flutter, path_provider, universal_html, uuid

More

Packages that depend on mrkdb