MCPcopy 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
21func New(db DBTX) *Queries {
22 return &Queries{db: db}
23}
24
25type Queries struct {
26 db DBTX

Callers 1

TestBatchBooksFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestBatchBooksFunction · 0.56