Versions in this module Expand all Collapse all v0 v0.2.19 Mar 17, 2026 Changes in this version + type ExecFunc = func(context.Context) error + type Trans interface + InTx func(ctx context.Context, fn TxFunc) error + Tx func(ctx context.Context, fn ExecFunc) error + type Tx = driver.Tx + type TxFunc = func(tx Tx) error