# Functions
DataTypeToFormatString converts a database type to its equivalent golang datatype TODO move to mysql specific TODO make column types constants in mysql.
DataTypeToGoTypeString converts a database type to its equivalent golang datatype.
TODO move to mysql specific TODO make column types constants in mysql.
TODO move to mysql specific TODO make column types constants in mysql.
No description provided by the author
No description provided by the author
No description provided by the author
DataTypeToFormatString converts a database type to its equivalent golang datatype.
No description provided by the author
No description provided by the author
No description provided by the author
IsNull returns true if the field uses the `null` package.
TODO move to mysql specific TODO make column types constants in mysql.
DataTypeToGoTypeString converts a database type to its equivalent golang datatype.
loadDatabase loads a database from configuration.
No description provided by the author
# 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
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
Column represents a column in a table.
ColumnWithTable is a column with the table name included.
Database represents a database.
Schema represents a database structure.
No description provided by the author
No description provided by the author
No description provided by the author
Server represents a server.
Table represents a table in a database.
# Type aliases
SortedColumns is a slice of Column objects.
SortedTables is a slice of Table objects.