package
0.3.11
Repository: https://github.com/ferumlabs/pggen.git
Documentation: pkg.go.dev

# Structs

An explicitly configured foreign key relationship which can be attached to a table's config.
The configuration file format used to specify the database objects to generate code for.
Custom annotations to attach to the field generated for a given database column.
No description provided by the author
Queries registered in the config file represent arbitrary bits of SQL, possibly parameterized by $N arguments.
Statements are like queries but they are executed for side effects and therefore return `(sql.Result, error)` rather than a set of rows.
No description provided by the author
No description provided by the author