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