Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2021 Changes in this version + type TxFunc func(context.Context, *sql.Tx) error + type TxWrapper struct + DB *sql.DB + func New(db *sql.DB) *TxWrapper + func (w *TxWrapper) Transaction(ctx context.Context, opts *sql.TxOptions, txfn TxFunc) error