Skip to main content

Module migration

Module migration 

Source
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§

MigrationRegistration
MigrationRunner
MigrationStatus
Returned by migrate:status.

Traits§

Migration

Functions§

collected