comon_orm_sqlite_flutter 0.0.1-alpha.2
comon_orm_sqlite_flutter: ^0.0.1-alpha.2 copied to clipboard
Flutter-oriented SQLite runtime adapter for comon_orm built on the sqflite ecosystem.
Changelog #
0.0.1-alpha.2 #
- Synced Flutter SQLite runtime behavior with the core query planner and include-strategy pipeline.
- Kept generated-metadata runtime opening and local migration flows aligned with the latest core/sqlite package changes.
- Prepared the package for the coordinated
0.0.1-alpha.2dry-run publication set.
0.0.1-alpha.1 #
- Added generated-metadata runtime opening through
openFromGeneratedSchema(...)and generated Flutter SQLite client helpers. - Added explicit local migration APIs with
SqliteFlutterMigration,SqliteFlutterMigrator, andupgradeSqliteFlutterDatabase(...). - Added rebuild-table and SQL-first migration helpers for offline-first local SQLite upgrades.
- Updated docs, tests, and examples to separate local setup/migration flows from normal runtime opening.
0.0.1-alpha #
- Initial Flutter-oriented SQLite package scaffold.
- Added schema-aware bootstrap helpers and platform database-factory selection.
- Ported the SQLite runtime adapter to
sqflite_common. - Added async schema apply and
openAndApply...flows. - Integrated the package into the root pub workspace and validation tooling.