Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + type DBQuerier interface + Exec func(context.Context, string, ...interface{}) (pgconn.CommandTag, error) + Query func(context.Context, string, ...interface{}) (pgx.Rows, error) + QueryRow func(context.Context, string, ...interface{}) pgx.Row + type PGXPoolConn interface + Begin func(context.Context) (pgx.Tx, error) + BeginTx func(ctx context.Context, txOptions pgx.TxOptions) (pgx.Tx, error) + Close func() + Ping func(context.Context) error