package
0.0.0-20230310182430-c2f4e0967427
Repository: https://github.com/leg100/pggen.git
Documentation: pkg.go.dev
# 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.