Versions in this module Expand all Collapse all v2 v2.2.3 Nov 5, 2021 v2.2.2 Nov 5, 2021 Changes in this version + func ExecuteTx(ctx context.Context, conn Conn, txOptions pgx.TxOptions, fn func(pgx.Tx) error) error + type Conn interface + Begin func(context.Context) (pgx.Tx, error) + BeginTx func(context.Context, pgx.TxOptions) (pgx.Tx, error)