☰
PgPool
In sqlx_postgres
?
Type Definition
sqlx_postgres
::
PgPool
source
·
[
−
]
pub type PgPool =
Pool
<
Postgres
>;
Expand description
An alias for
Pool
, specialized for Postgres.