# Functions
ParseBytes converts HCL data to structs describing a database.
No description provided by the author
ParseFile converts an HCL configuration file to structs describing a database.
No description provided by the author
No description provided by the author
No description provided by the author
Write converts structs describing a database to an an HCL configuration file.
# Structs
A Check constraint limits column values.
A Column is a data field of a table.
Database describes a PostgreSQL database.
A ForeignKey ensures referential integrity.
A Function describes reusable behavior run on the server.
An Index is used to enhance database performance.
An IndexKey is used to enhance database performance.
Parameters describes database-level configuration options.
A Schema is a database namespace.
A Table is a collection of similar data organized as rows.
A Trigger executes a function when a specific event happens.