Implements a Postgresql client in terms of a Finagle Stack Client.
Implements a Postgresql client in terms of a Finagle Stack Client. The client inherits a wealth of features from Finagle including connection pooling and load balancing.
Used to construct a Client via the builder pattern.
Creates a new RichClient
connected to the logical destination described
by dest
.
Creates a new RichClient
connected to the logical destination described
by dest
.
Creates a new RichClient
connected to a logical destination described
by dest
with the assigned label
.
Creates a new RichClient
connected to a logical destination described
by dest
with the assigned label
. The label
is used to scope Client stats.
(Since version 6.7.x) Use destination names
(Since version 6.7.x) Use destination names
A Finagle Client that connects to Postgresql Server(s).