package
5.7.2
Repository: https://github.com/jackc/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.

# Interfaces

AcquireTracer traces Acquire.
ReleaseTracer traces Release.