# Packages
No description provided by the author
# Structs
Column contains data about a column in a table.
Enum represents a type that has a set of allowed values.
EnumValue is one of the named values for an enum.
ForeignKey contains the definition of a database foreign key.
Index contains the definition of a database index.
Info is the collection of schema info from a database.
PrimaryKey contains the definition of a database primary key.
Schema is the information on a single named schema in the database.
Table contains the definition of a database table.
# Interfaces
Driver defines the base interface for databases that are supported by gnorm.