MCPcopy
hub / github.com/sqlc-dev/sqlc / New

Function New

examples/authors/mysql/db.go:19–21  ·  view source on GitHub ↗
(db DBTX)

Source from the content-addressed store, hash-verified

17}
18
19func New(db DBTX) *Queries {
20 return &Queries{db: db}
21}
22
23type Queries struct {
24 db DBTX

Callers 1

TestAuthorsFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestAuthorsFunction · 0.56