abstractdb 1.2.0 copy "abstractdb: ^1.2.0" to clipboard
abstractdb: ^1.2.0 copied to clipboard

A flexible document database abstraction layer for Dart and Flutter supporting pluggable persistence (Sembast, Supabase) and reactive queries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add abstractdb

With Flutter:

 $ flutter pub add abstractdb

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

dependencies:
  abstractdb: ^1.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:abstractdb/abstractdb.dart';
0
likes
160
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flexible document database abstraction layer for Dart and Flutter supporting pluggable persistence (Sembast, Supabase) and reactive queries.

Repository (GitHub)

Topics

#database #nosql #storage #signals

License

MIT (license)

Dependencies

ensure_initialized, fuzzy, jdiff, json_path, json_schema, path, rfc_6901, sembast, sembast_web, signals, supabase, uuid, web

More

Packages that depend on abstractdb