journey library

Classes

Journey
Create a Journey that will run a series of one time executed migrations. All migrations that occur over the lifetime of your app can be provided, only migrations that have not been run will be executed.
Migration
A migration that will only be executed once.
MigrationReport
Migration report containing the id, status and when it was executed (in UTC)

Enums

MigrationResult
Migration result values used to indicate migration results

Extensions

MigrationResultExtension on MigrationResult
Extension on MigrationResult to polyfill the name

Functions

parseMigrationResult(String? value) MigrationResult
Parses the name of a MigrationResult to a MigrationResult