package
0.0.0-20240109202931-c3698107e7fb
Repository: https://github.com/atomicleads/pggen.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

An query is represented by one of the following query nodes.
A CommentGroup represents a sequence of comments with no other tokens and no empty lines between.
A File node represents a query source file.
A LineComment node represents a single line comment.
Pragmas are options to control generated code for a single query.
An query is represented by one of the following query nodes.

# Interfaces

Node is the super-type of all AST nodes.
Query nodes implement the Decl interface.

# Type aliases

NodeKind is the kind of Node.
ResultKind is the shape of the output.