Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ New
Function
New
examples/batch/postgresql/db.go:21–23 ·
view source on GitHub ↗
(db DBTX)
Source
from the content-addressed store, hash-verified
19
}
20
21
func
New(db DBTX) *Queries {
22
return
&Queries{db: db}
23
}
24
25
type
Queries
struct
{
26
db DBTX
Callers
1
TestBatchBooks
Function · 0.70
Calls
no outgoing calls
Tested by
1
TestBatchBooks
Function · 0.56