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