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§
- Database
Result - Result from a multi-db operation on a single database.
- Multi
Result - Aggregate result from a multi-db operation.
- Multi
Waypoint - Multi-database orchestration entry point.
- Named
Database Config - Configuration for a single named database within a multi-db setup.