sqlite_loom 0.1.1
sqlite_loom: ^0.1.1 copied to clipboard
Generator-free reactive SQLite layer with typed tables, immutable queries, and transaction-aware streams.
0.1.1 - 2026-07-30 #
- Removed the premature
documentationURL; pub.dev provides the generated API reference link automatically.
0.1.0 - 2026-07-30 #
- Initial release of the generator-free reactive SQLite core.
- Added typed tables, columns, row decoding, immutable queries, safe writes, transactions, and live query streams.
- Added migrations, schema builder helpers, and app-owned CLI command runner.
- Added a complete runnable example, API documentation, an AI context file, and production best-practices guidance.