quds_db_sqlite 0.0.7
quds_db_sqlite: ^0.0.7 copied to clipboard
SQLite adapter for quds_db_interface package. Provides complete SQL implementation using sqflite for Flutter and sqflite_common_ffi for desktop testing.
0.0.7 #
- Add Dart-first versioned migrations via
connection.migrations(SqliteMigrationContext+ sharedSchemaMigrationRunner). - Support create/drop/rename table & column, indexes,
updateRows, andrawSql. - Depend on
quds_db_interface^0.0.5.
0.0.1 #
- Initial version.
0.0.2 #
- Removed flutter as a dependency from pubspec
0.0.3 #
- Updated homepage
0.0.4 #
- remove unused files and clean up project structure
0.0.5 #
- Upgraded the dependencies.
0.0.6 #
- Implement missing interface members and add schema support to match quds_db_interface 0.0.4.