store_it 1.0.0
store_it: ^1.0.0 copied to clipboard
A high-performance, SQLite-backed key-value store for Flutter with native TTL and background maintenance.
1.0.0 #
- Initial release of StoreIT.
- High-performance SQLite-backed key-value storage.
- Native TTL (Time To Live) support for all keys.
- Background maintenance worker for automatic cleanup of expired data.
- Specialized commands for Strings, Lists, and JSON objects.
- Atomic JSON merge (partial updates).
- Prefix-based key querying and bulk deletion.