Versions in this module Expand all Collapse all v0 v0.0.1 Dec 17, 2023 Changes in this version + func Wrap(conn PGXConn) protoql.Store[pgx.TxOptions] + type PGXConn interface + BeginTx func(context.Context, pgx.TxOptions) (pgx.Tx, error) + type PGXQuerier 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