//
pkg.gl
Category
github.com/qiangxue/go-rest-api
pkg
dbcontext
package
1.0.1
Repository:
https://github.com/qiangxue/go-rest-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
40 SLOC
#
Functions
New
New returns a new DB connection that wraps the given dbx.DB instance.
#
Structs
DB
DB represents a DB connection that can be used to run SQL queries.
#
Type aliases
TransactionFunc
TransactionFunc represents a function that will start a transaction and run the given function.