//
pkg.gl
Category
github.com/golang-sql/sqlexp
nest
package
0.1.0
Repository:
https://github.com/golang-sql/sqlexp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
165 SLOC
#
Functions
Wrap
Wrap a sql.DB with a nestable DB.
#
Structs
Conn
No description provided by the author
DB
No description provided by the author
Tx
No description provided by the author
#
Interfaces
Querier
Querier is the common interface to execute queries on a DB, Tx, or Conn.
#
Type aliases
Result
No description provided by the author
Row
No description provided by the author
Rows
No description provided by the author
Stmt
No description provided by the author
TxOptions
No description provided by the author