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

Struct Analyzer

internal/engine/postgresql/analyzer/analyze.go:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type Analyzer struct {
26 db config.Database
27 client dbmanager.Client
28 pool *pgxpool.Pool
29 dbg opts.Debug
30 replacer *shfmt.Replacer
31 formats sync.Map
32 columns sync.Map
33 tables sync.Map
34}
35
36func New(client dbmanager.Client, db config.Database) *Analyzer {
37 return &Analyzer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected