package
0.0.2
Repository: https://github.com/mbark/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.