//
pkg.gl
Category
github.com/go-jet/jet/v2
stmtcache
package
2.12.0
Repository:
https://github.com/go-jet/jet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
228 SLOC
#
Functions
New
New creates new DB wrapper with statements caching enabled.
#
Structs
DB
DB is a wrapper for sql.DB, providing an additional layer for caching prepared statements to optimize database interactions and improve performance.
Tx
Tx is a wrapper around *sql.Tx, adding prepared statement caching capability.