Module runner

Source
Expand description

A migration runner for a context.

The Runner type accepts any MigrationContext and exposes the methods needed for tasks related to database migrations.

Each method also exists as a (sub)command of the App, available with the feature flag “cli” enabled.

Structs§

MigrationResult
A formatted version of a migration that is the return type for Runner actions.
Report
A formatted version of a collection of migrations.
Runner
Run operations on a set of migrations for the chosen context.