//
pkg.gl
Category
github.com/yugabyte/pgx/v5
pgxpool
package
5.5.3-yb-3
Repository:
https://github.com/yugabyte/pgx.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
11
Dependents
6
Files
924 SLOC
#
Functions
New
New creates a new Pool.
NewWithConfig
NewWithConfig creates a new Pool.
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.