Skip to main content

PgContext

Type Alias PgContext 

Source
pub type PgContext = SqlContext<PgPool>;
Expand description

SQL context associated with PostgreSQL tasks.

Aliased Typeยง

pub struct PgContext { /* private fields */ }