sqflite_migration library

Classes

MigrationConfig
Contains the needed configuration to run the migration on a sqlite database.

Functions

openDatabaseWithMigration(String path, MigrationConfig config, {dynamic openDatabase = openDatabase}) Future<Database>
Open the database at a given path, while running the provided migration scripts.