PostgresClient

A Postgres client with connection pooling.

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