Skip to main content

Module multi

Module multi 

Source
Expand description

Multi-database orchestration.

Allows managing migrations across multiple named databases with dependency ordering between them. Supports mixed-engine deployments — one config can mix postgres:// and mysql:// databases; the engine is auto-detected per database from the URL scheme.

Structs§

DatabaseResult
Result from a multi-db operation on a single database.
MultiResult
Aggregate result from a multi-db operation.
MultiWaypoint
Multi-database orchestration entry point.
NamedDatabaseConfig
Configuration for a single named database within a multi-db setup.