Merge pull request #416 from go-jet/stmt-cache2
Add support for prepared statement caching
This commit is contained in:
commit
49104d1969
36 changed files with 1067 additions and 301 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/go-jet/jet/v2
|
||||
|
||||
go 1.18
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.8.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue