Documentation ¶
Overview ¶
Package codegen contains common code shared between codegen and language specific code generators. Separate package to avoid dependency cycles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryFile ¶
type QueryFile struct { SourcePath string // absolute path to the source SQL query file Queries []pginfer.TypedQuery // the typed queries }
QueryFile represents all SQL queries from a single file.
Click to show internal directories.
Click to hide internal directories.