db_migrations_with_multiverse_time_travel
library
Classes
-
AsyncDatabase<D, T>
-
A database that can store and apply migrations.
-
AsyncMigration<Db, Serial>
-
-
AsyncMigrator<D, T>
-
Resets the migrator to its initial state, allowing it to be used again.
-
MaybeAsyncDatabase<Db, Serial>
-
A database that can store and apply migrations.
-
Migration<D, S>
-
A change to the database that can be applied and rolled back.
-
SyncDatabase<D, T>
-
A database that can store and apply migrations.
-
SyncMigration<Db, Serial>
-
-
SyncMigrator<D, T>
-
Resets the migrator to its initial state, allowing it to be used again.