package
5.5.3-yb-3
Repository: https://github.com/yugabyte/pgx.git
Documentation: pkg.go.dev

# Functions

New creates a new Pool.
NewWithConfig creates a new Pool.
ParseConfig builds a Config from connString.

# Structs

Config is the configuration struct for creating a pool.
Conn is an acquired *pgx.Conn from a Pool.
Pool allows for connection reuse.
Stat is a snapshot of Pool statistics.
Tx represents a database transaction acquired from a Pool.