# Functions
NewQuerier creates a DBQuerier that implements Querier.
NewQuerierConfig creates a DBQuerier that implements Querier with the given config.
PrepareAllQueries executes a PREPARE statement for all pggen generated SQL queries in querier files.
# Structs
No description provided by the author
No description provided by the author
NumericExternalType represents the Postgres composite type "numeric_external_type".
No description provided by the author
# Interfaces
Querier is a typesafe Go interface backed by SQL queries.