Expand description
Migration runner. Each migration is a Rust value with up / down methods.
Multi-driver: when the runner owns a Pool::Postgres it emits Postgres DDL;
same for MySQL / SQLite. The Schema passed to up/down is pre-configured
with the right dialect.
Structs§
- Migration
Registration - Migration
Runner - Migration
Status - Returned by
migrate:status.