# Functions
No description provided by the author
# Structs
Arg represents an argument to both a postgres query and the golang shim which wraps that query.
ColMeta contains metadata about postgres table columns such column names, types, nullability, default...
PgTableInfo contains metadata about a postgres table that we get directly from postgres.
No description provided by the author
RefMeta contains metadata for a reference between two tables (a foreign key relationship).
No description provided by the author
Resolver knows how to query postgres for metadata about the database schema.
No description provided by the author
This genctx duplicates info already stored in the Meta member, but it is a nice quality of life improvement to have some of the really commonly refered to data bubbled up to the top level.
TableMeta contains information about a single table required for code generation.