sqlmigrate library
Classes
- ApplyMigrations
- ConfigurationReader
- CreateMigration
- DatabaseFactory
-
Error<
T> - Subclass of Result for errors
- MigrationCommand
- MigrationReader
- MigrationSource
- MigrationWriter
-
Ok<
T> - Subclass of Result for values
-
Result<
T> - Utility class to wrap result data
Enums
Typedefs
-
AsyncResult<
T> = Future< Result< T> > - PlannedMigration = ({String id, Migration migration})