# Functions
AcquireConn acquires a *pgx.Conn from database/sql connection pool.
GetDefaultDriver returns the driver initialized in the init function and used when the pgx driver is registered.
No description provided by the author
OptionAfterConnect provide a callback for after connect.
RegisterConnConfig registers a ConnConfig and returns the connection string to use with Open.
ReleaseConn releases a *pgx.Conn acquired with AcquireConn.
UnregisterConnConfig removes the ConnConfig registration for connStr.
# Variables
No description provided by the author
# Type aliases
OptionOpenDB options for configuring the driver when opening a new db pool.