beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
PostgresClient
vibe
db
postgresql
A Postgres client with connection pooling.
class
PostgresClient {
this
(string connString, uint connNum);
T
pickConnection
(T delegate(scope LockedConnection conn) dg);
}
Constructors
this
this
(string connString, uint connNum)
Undocumented in source.
Members
Functions
pickConnection
T
pickConnection
(T delegate(scope LockedConnection conn) dg)
Use connection from the pool.
Meta
Source
See Implementation
vibe
db
postgresql
aliases
Connection
LockedConnection
classes
Dpq2Connection
PostgresClient
PostgresClientTimeoutException
A Postgres client with connection pooling.