vaudb_flutter 0.1.1
vaudb_flutter: ^0.1.1 copied to clipboard
Flutter FFI plugin for the VauDB embedded Rust database engine.
0.1.1 #
- Improved table API ergonomics:
createTablenow accepts optionalforeignKeys. - Kept
createTableWithForeignKeysas deprecated compatibility wrapper. - Reworked README with cleaner setup and usage docs.
- Removed machine-specific local path examples from documentation.
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.