pub type PgContext = SqlContext<PgPool>;Expand description
SQL context associated with PostgreSQL tasks.
Aliased Typeยง
pub struct PgContext { /* private fields */ }pub type PgContext = SqlContext<PgPool>;SQL context associated with PostgreSQL tasks.
pub struct PgContext { /* private fields */ }