sqlx::postgres

Type Alias PgPool

source
pub type PgPool = Pool<Postgres>;
Expand description

An alias for Pool, specialized for Postgres.

Aliased Typeยง

struct PgPool(/* private fields */);