package
0.0.0-20220215024344-e6d77e20f5fb
Repository: https://github.com/huangjunwen/golibs.git
Documentation: pkg.go.dev

# Packages

Package mysqlh contains some helpers for MySQL dialet.

# Functions

WithTx starts a transaction and run fn.
WithTxOpts is similar to WithTx with extra options.

# Variables

Rollback is used to rollback a transaction without returning an error.

# Structs

TxOptions contains extra options for a db transaction.

# Interfaces

Queryer abstracts sql.DB/sql.Conn/sql.Tx .