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 */);