routed_auth_sqlite 0.1.1
routed_auth_sqlite: ^0.1.1 copied to clipboard
Durable SQLite AuthStore persistence for Routed applications running on Dart IO.
0.1.1 - 2026-08-25 #
- Complete public API documentation and adopt the shared
very_good_analysislint baseline. - Add file-backed and in-memory setup, migration, and shutdown examples for the SQLite adapter.
0.1.0 #
- Add a Dart IO SQLite
AuthStoreadapter with typed stores, append-only migrations, durable file or in-memory operation, and the shared auth-store conformance contract. - Reuse the proven SQL-backed auth lifecycle, deletion coordinator, historical namespace guards, bounded credential stores, and transaction boundaries from the D1 implementation through a local SQLite binding.