sqflite_migration icon indicating copy to clipboard operation
sqflite_migration copied to clipboard

Library to manage sqlite db migrations.

Results 2 sqflite_migration issues
Sort by recently updated
recently updated
newest added

Sometimes it's not enough to have migrations with SQL (DDL), especially if you have to run some sort of migration/data-conversion scripts that are written as dart function. It would be...

enhancement
help wanted