Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + type Transaction struct + func Build(tx *sql.Tx, id int64, rollbackFlag bool) *Transaction + func (tx *Transaction) Commit() error + func (tx *Transaction) MarkedForRollback() bool + func (tx *Transaction) Rollback() error + func (tx *Transaction) SetRollbackFlag(flag bool) + func (tx *Transaction) Tx() *sql.Tx + func (tx *Transaction) TxID() int64 v0.1.0-rc.1 Feb 16, 2026