stoolap_flutter 0.1.0
stoolap_flutter: ^0.1.0 copied to clipboard
High-performance, pure Rust embedded SQL database for Flutter with native Vector Search, MVCC transactions, and reactive Streams.
0.1.0 #
- Initial release of the Stoolap Flutter SDK.
- Integrated high-performance Stoolap Rust database core (v0.4.0).
- Native support for
VECTORtype and semantic search viaEMBED(). - Full MVCC transaction support (
begin,commit,rollback). - Reactive Dart API with
watch()for live SQL query results. - Optimized release profile for mobile (LTO, SIMD acceleration).