package
4.18.3
Repository: https://github.com/jackc/pgx.git
Documentation: pkg.go.dev

# Functions

Connect creates a new Pool and immediately establishes one connection.
ConnectConfig creates a new Pool and immediately establishes one connection.
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.