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

Struct sqliteSelector

internal/compiler/selector.go:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type sqliteSelector struct{}
31
32func newSQLiteSelector() *sqliteSelector {
33 return &sqliteSelector{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected