local_first_sqlite_storage 0.4.0
local_first_sqlite_storage: ^0.4.0 copied to clipboard
SQLite adapter for local_first: structured tables, indexes, and filtered queries.
0.4.0 #
- Added
setPassword()to allow changing the SQLCipher encryption password at runtime. - Fixed
database_closedrace condition during namespace switch. - Fixed
SqlCipherOpenDatabaseOptionsusage and improved namespace switch protection. - Updated documentation with encryption setup and ProGuard configuration.
0.3.0 #
- Enhanced SQL query construction for better performance
- Fixed handling of lastEventId field in insert and upsert operations
- Improved query observer implementation with proper type preservation
- Fixed includeDeleted filter argument ordering in SQL queries
- Updated dependency: local_first ^0.7.0
0.2.0 #
- Add supported config types table and example app/run instructions to README.
- Link to root contributing guide; keep docs aligned with other adapters.
0.1.0 #
- Fix pubspec metadata and align workspace configuration.
- Bundle example app copy configured for the SQLite adapter.
0.0.1 #
- Initial release of the SQLite adapter for local_first.
- Supports schema/index creation, rich filtering/sorting, metadata storage, and reactive queries.