breezedb 0.0.2 copy "breezedb: ^0.0.2" to clipboard
breezedb: ^0.0.2 copied to clipboard

discontinued

A lightweight and easy-to-use NoSQL database for Flutter and Dart, with support for SQLite and in-memory adapters.

0.0.1 #

  • Initial release of BreezeDB

Features: #

  • Lightweight NoSQL database for Flutter and Dart.
  • Supports InMemoryAdapter and SqliteAdapter for different storage options.
  • Provides a simple and fluent QueryBuilder for data filtering and sorting.
  • Implements transactions for data integrity.
  • Includes a listener mechanism for reactive updates (especially useful in Flutter).
  • Basic condition classes for queries: Eq, Ne, Gt, Lt, And, Or.

0.0.2 Update documentation #

  • Updated the documentation to reflect the latest changes in the library.
0
likes
110
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight and easy-to-use NoSQL database for Flutter and Dart, with support for SQLite and in-memory adapters.

Repository (GitHub)

License

MIT (license)

Dependencies

path, sqflite, sqflite_common_ffi, sqflite_common_ffi_web

More

Packages that depend on breezedb