breezedb 0.0.2
breezedb: ^0.0.2 copied to clipboard
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.