# Functions
ForeignKey translates an fk id into a struct name.
JoinArguments joins the key list into an argument list, preferrably coming from a struct.
JoinItems into a condition clause.
Marks generate as many question marks as needed.
SnakeToGocase translates snake case to go-case.
Get the struct name from the table name.
TableFromToml parses out a Table from its TOML.
# 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
# Type aliases
TomlTable is a map from column name to relevant type.
TomlTables is a map from table names to relevant tables.