# 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.