Versions in this module Expand all Collapse all v0 v0.0.1 May 11, 2026 v0.0.0 May 8, 2026 Changes in this version + func ContextWithTxState(ctx context.Context, state *TxState) context.Context + func CurrentSQLTx(ctx context.Context) *sql.Tx + type Manager struct + func NewManager(db *sql.DB) (*Manager, error) + func (m *Manager) RawDB() *sql.DB + func (m *Manager) Session(ctx context.Context) contracts.Session + type TxState struct + SqlTx *sql.Tx + func TxStateFrom(ctx context.Context) *TxState