sqlite_records 0.2.0
sqlite_records: ^0.2.0 copied to clipboard
A minimal, functional wrapper for SQLite/PowerSync using Dart 3 records.
0.2.0 #
- Added
UpdateCommandfor dynamic "patch" updates that skip null parameters. - Added
InsertCommandfor dynamic inserts that only include non-null parameters. - Added
SQLwrapper to distinguish between skipping a field and explicitly setting it toNULL. - Optimized
executeBatchto support dynamic SQL generation. - Improved documentation with
llms.txtand more comprehensive README examples. - Refactored
Queryconstructor to ensure consistency (schema now follows params).
0.1.0 #
- Initial release.
- Type-safe parameters using Dart 3 records.
- Schema-aware results with
SafeRowandSafeResultSet. - Reactive query support with
watch. - Read-only and read-write transaction support.
- Convenient parsing for enums and DateTime.