Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2025 Changes in this version + func New(db *sqlx.DB) session.DBWrapper[Executor] + type DB struct + func (s *DB) ConvertTx(ctx context.Context, tx *sql.Tx) Executor + func (s *DB) GetDB(ctx context.Context) Executor + type Executor interface