sqflite_migrations_with_multiverse_time_travel 0.2.0
sqflite_migrations_with_multiverse_time_travel: ^0.2.0 copied to clipboard
Runs database migrations for apps using sqflite. Check out different branches during development without having to reset the db.
0.2.0 #
- Bumps
db_migrations_with_multiverse_time_traveldependency to 2.0.0. - BREAKING: Adds a typedef for
Migrationso that generic parameters don't have to specified anymore. - BREAKING: The
Sqlite3Databasewrapper is now constructed with a closure that returns aDatabaseinstance, allowing the wrapper to reestablish the connection on its own. - Adds an optional alternative transaction mode that uses a separate backup.db instead of SQLite's SQL transactions.
0.1.1 #
- Bumped minimum version of
sqflite_commonto2.4.1to ensure that query cursors are available.
0.1.0 #
- Initial version.