nosqueel 1.0.0-alpha copy "nosqueel: ^1.0.0-alpha" to clipboard
nosqueel: ^1.0.0-alpha copied to clipboard

Dart FFI bindings for NoSqueel, a lightweight embedded NoSQL database with queries, transactions, and optional AES-256-GCM encryption.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nosqueel

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

dependencies:
  nosqueel: ^1.0.0-alpha

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:nosqueel/nosqueel.dart';
0
likes
150
points
6
downloads

Documentation

API reference

Publisher

verified publisherakqaleap.com

Weekly Downloads

Dart FFI bindings for NoSqueel, a lightweight embedded NoSQL database with queries, transactions, and optional AES-256-GCM encryption.

Repository (GitLab)
View/report issues

Topics

#database #embedded #ffi #nosql #storage

License

MIT (license)

Dependencies

ffi, flutter, path, pointycastle

More

Packages that depend on nosqueel

Packages that implement nosqueel