package
0.0.2
Repository: https://github.com/cnc-csku/sqlc.git
Documentation: pkg.go.dev

# Functions

New creates a new catalog.

# Structs

No description provided by the author
Catalog describes a database instance consisting of metadata in which database objects are defined.
Column describes a set of data values of a particular type in a relational database table TODO: Should this just be ast Nodes?.
No description provided by the author
No description provided by the author
Function describes a database function A database function is a method written to perform a specific operation on data within the database.
Schema describes how the data in a relational database may relate to other tables or other data models.
Table describes a relational database table A database table is a collection of related data held in a table format within a database.

# Interfaces

No description provided by the author