stoolap_flutter 0.3.0 copy "stoolap_flutter: ^0.3.0" to clipboard
stoolap_flutter: ^0.3.0 copied to clipboard

High-performance, pure Rust embedded SQL database for Flutter with native Vector Search, MVCC transactions, and reactive Streams.

0.3.0 #

  • Full Feature Parity: Completed implementation of all core Stoolap features from documentation.
  • Safe Parameter Binding: Implemented real positional parameter binding ($1, $2) to prevent SQL injection.
  • Native JSON Support: Added support for JSON data type with type-safe Dart mapping.
  • Savepoints: Added granular transaction control via savepoint(), release(), and rollbackTo().
  • Example Expansion: Updated example app to demonstrate JSON columns and nested savepoints.

0.2.0 #

  • Comprehensive Examples: Added a full-featured example app demonstrating all Stoolap capabilities.
  • Feature Showcase: In-depth demonstrations of Vector Search, HNSW indexing, MVCC Transactions, and Reactive Streams.
  • Improved Documentation: Integrated dartdoc for rich API reference generation.
  • SQL Mastery: Examples for advanced SQL features including CTEs and Window Functions.

0.1.0 #

  • Initial release of the Stoolap Flutter SDK.
  • Integrated high-performance Stoolap Rust database core (v0.4.0).
  • Native support for VECTOR type and semantic search via EMBED().
  • 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).
1
likes
0
points
211
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance, pure Rust embedded SQL database for Flutter with native Vector Search, MVCC transactions, and reactive Streams.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on stoolap_flutter

Packages that implement stoolap_flutter