//
pkg.gl
Category
github.com/jackc/pgx/v4
pgxpool
package
4.18.3
Repository:
https://github.com/jackc/pgx.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
12
Dependents
1.7k
Files
966 SLOC
#
Functions
Connect
Connect creates a new Pool and immediately establishes one connection.
ConnectConfig
ConnectConfig creates a new Pool and immediately establishes one connection.
ParseConfig
ParseConfig builds a Config from connString.
#
Structs
Config
Config is the configuration struct for creating a pool.
Conn
Conn is an acquired *pgx.Conn from a Pool.
Pool
Pool allows for connection reuse.
Stat
Stat is a snapshot of Pool statistics.
Tx
Tx represents a database transaction acquired from a Pool.