//
pkg.gl
Category
github.com/developerdong/sql
module
package
0.3.3
Repository:
https://github.com/developerdong/sql.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
141 SLOC
#
README
sql
Add middlewares for database/sql.DB in the standard go package.
#
Packages
middleware
No description provided by the author
#
Structs
BaseConn
BaseConn implements the Conn interface.
BaseDB
BaseDB is the most inner middleware, which implements the DB interface.
BaseStmt
BaseStmt implements the Stmt interface.
BaseTx
BaseTx implements the Tx interface.
#
Interfaces
Conn
No description provided by the author
DB
No description provided by the author
Stmt
No description provided by the author
Tx
No description provided by the author