package
1.0.1
Repository: https://github.com/qiangxue/go-rest-api.git
Documentation: pkg.go.dev

# Functions

New returns a new DB connection that wraps the given dbx.DB instance.

# Structs

DB represents a DB connection that can be used to run SQL queries.

# Type aliases

TransactionFunc represents a function that will start a transaction and run the given function.