# Functions
New creates a new migration registry.
# Structs
Diagnostics holds a detailed error report about a failed migration.
DiagnosticStep describes one migration step in the Diagnostics.
Migration represents a registered data-migration that should be applied to some database.
Registry holds a migration stack.
# Type aliases
MigrateFunc is called when a migration should be applied to the database.