SqlxPgExecutor

Type Alias SqlxPgExecutor 

Source
pub type SqlxPgExecutor = SqlxExecutor<Postgres, SqlxPgQueryRepo>;
Available on crate feature sqlx_postgres only.
Expand description

Specialization of SqlxExecutor to sqlx::PgPool.

Aliased Typeยง

pub struct SqlxPgExecutor { /* private fields */ }