utils/sql/src/migration library

Classes

Migration
If the database is version then migrator will be called. And the database will be updated to the next version.

Typedefs

Migrator = Future<void> Function(SqlliteDatabase db, int version)

Exceptions / Errors

MigrationMissingError
This means that the database does not know how to go from version to version + 1.