vex_storage 1.0.0
vex_storage: ^1.0.0 copied to clipboard
The ultimate Flutter/Dart storage solution. Zero external dependencies. Blazing-fast key-value store + full SQL-like query engine + reactive streams + optional AES-256 encryption. Replaces GetStorage, [...]
Changelog #
1.0.0 #
- ๐ Initial release
- โก Zero external dependencies
- ๐๏ธ
VexCollectionโ full document store with CRUD, KV, queries, aggregation - ๐
VexQueryBuilderโ fluent SQL-like query builder with 15+ operators - ๐ก Reactive streams โ
watch(),watchDocument(),watchQuery() - ๐
VexCipherโ AES-256 CTR encryption, pure Dart - ๐
VexFileAdapterโ WAL + snapshot persistence, atomic writes - ๐งช
VexMemoryAdapterโ in-memory adapter for testing - ๐๏ธ
VexIndexโ B-tree style in-memory indexes for O(log n) lookups - ๐
VexMigratorโ schema migrations across app versions - ๐ฆ
VexSerializerโ type-safe encode/decode (DateTime, Uint8List, nested maps) - ๐งน Automatic WAL compaction
- ๐ Export / Import support