PoolProps extension

deno-postgres@v0.17.0/Pool.

on

Properties

connectionsCount int
deno-postgres@v0.17.0/Pool/size.
read-only
openConnectionsCount int
deno-postgres@v0.17.0/Pool/available.
read-only

Methods

connect() Future<PoolClient>
deno-postgres@v0.17.0/Pool/connect.
end() Future<void>
deno-postgres@v0.17.0/Pool/end.
initializedConnectionsCount() Future<int>
deno-postgres@v0.17.0/Pool/initialized.