Versions in this module Expand all Collapse all v0 v0.0.2 Dec 15, 2025 v0.0.1 Nov 25, 2025 Changes in this version + func DoTx(ctx context.Context, db *sqlx.DB, f func(tx *sqlx.Tx) error) error + func DoTx1[T any](ctx context.Context, db *sqlx.DB, f func(tx *sqlx.Tx) (T, error)) (T, error) + func OpenDB(p string) (*sqlx.DB, error) + func OpenMemory() *sqlx.DB