Versions in this module Expand all Collapse all v1 v1.0.0 Jul 8, 2023 Changes in this version + type PgxConn interface + Begin func(ctx context.Context) (pgx.Tx, error) + Exec func(ctx context.Context, sql string, arguments ...interface{}) (pgconn.CommandTag, error) + Query func(ctx context.Context, sql string, optionsAndArgs ...interface{}) (pgx.Rows, error) + QueryRow func(ctx context.Context, sql string, optionsAndArgs ...interface{}) pgx.Row