Available on crate features
sqlx_mysql or sqlx_postgres or sqlx_sqlite only.Expand description
Executor for the generic sqlx::Pool, a pool of sqlx
database connections.
Structsยง
- Sqlx
Executor - The generic
sqlx::Poolas a migration executor backend.