PostgresClient.pickConnection

Use connection from the pool.

Same as lockConnection but automatically maintains initiation of reestablishing of connection by calling .reset()

class PostgresClient
T
pickConnection
(
T
)
(
scope T delegate dg
)

Return Value

Type: T

Value returned by delegate or void

Meta