# Functions
EscapeColumnName will escape a column name if using reserved keyword as column name, returning it in surrounded backquotes.
No description provided by the author
No description provided by the author
SinguralizeIdentifier will singularize a identifier, returning it in CamelCase.
# Structs
ArgType is the type that specifies the command line arguments.
No description provided by the author
Field contains field information.
Index is a template item for a index into a table.
No description provided by the author
No description provided by the author
Type is a template item for a type.
TypeLoader provides a common Loader implementation used by the built in schema/query loaders.
# Interfaces
No description provided by the author