Versions in this module Expand all Collapse all v0 v0.9.0 Jan 12, 2026 v0.8.1 Dec 21, 2025 v0.8.0 Oct 19, 2025 Changes in this version + type Wrapper struct + func NewTx[T any, I comparable](ctx context.Context, db *sqlx.DB, tableInfo table.Info, driver string, ...) (*Wrapper[T, I], error) + func (t *Wrapper[T, I]) Commit() error + func (t *Wrapper[T, I]) Rollback() error