//
pkg.gl
Category
github.com/matthewpi/pgx/v4
pgxpool
package
4.11.2
Repository:
https://github.com/matthewpi/pgx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
2
Files
776 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
No description provided by the author
Stat
No description provided by the author
Tx
No description provided by the author