Versions in this module Expand all Collapse all v3 v3.2.0 Oct 21, 2025 Changes in this version + func Transaction(ctx context.Context, exec Executor, ...) (xerr error) + type Executor interface + ExecContext func(ctx context.Context, query string, args ...any) (sql.Result, error) + QueryContext func(ctx context.Context, query string, args ...any) (*sql.Rows, error) + QueryRowContext func(ctx context.Context, query string, args ...any) *sql.Row + type TransactionOption func(*transactionOptions) + func WithTxOptions(txOptions *sql.TxOptions) TransactionOption