vaudb_flutter 0.1.0
vaudb_flutter: ^0.1.0 copied to clipboard
Flutter FFI plugin for the VauDB embedded Rust database engine.
0.1.0 #
- Replaced template method-channel API with a full Dart FFI API for
vaudb_engine.dll. - Added embedded database operations: open/close, key-value CRUD, transactions, table CRUD, and filtering.
- Added foreign key table creation support with
restrictandcascadeactions. - Added row models (
VaudbTableRows,VaudbRow) and JSON decoding helpers. - Updated example app to run a real VauDB flow.
- Updated tests for the FFI-based API.
0.0.1 #
- Initial scaffold generated by Flutter plugin template.