Module pool

Module pool 

Source
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ยง

SqlxExecutor
The generic sqlx::Pool as a migration executor backend.