tern_core

Module runner

Source
Expand description

A migration runner for a context.

The Runner type accepts any MigrationContext. With that, it exposes a method for any operation a migration run would need.

Each method also exists as a command or subcommand of the CLI.

Structsยง

  • A formatted version of a migration that is the return type for Runner actions.
  • A formatted version of a collection of migrations.
  • Run migrations in the chosen context.