package
4.18.0
Repository: https://github.com/volatiletech/sqlboiler.git
Documentation: pkg.go.dev

# Functions

ConvertAliases is necessary because viper It also supports two different syntaxes, because of viper: [aliases.tables.table_name] fields..
ConvertForeignKeys is necessary because viper It also supports two different syntaxes, because of viper: [foreign_keys.fk_1] table = "table_name" column = "column_name" foreign_table = "foreign_table_name" foreign_column = "foreign_column_name" Or alternatively (when toml key names or viper's lowercasing of key names gets in the way): [[foreign_keys]] name = "fk_1" table = "table_name" column = "column_name" foreign_table = "foreign_table_name" foreign_column = "foreign_column_name".
ConvertTypeReplace is necessary because viper.
FillAliases takes the table information from the driver and fills in aliases where the user has provided none.
New creates a new state based off of the config.

# 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

# Structs

Aliases defines aliases for the generation run.
No description provided by the author
Config for the running of the commands.
No description provided by the author
RelationshipAlias defines the naming for both sides of a foreign key.
State holds the global data needed by most pieces to run.
No description provided by the author
TableAlias defines the spellings for a table name in Go.
TypeReplace replaces a column type with something else.

# Type aliases

No description provided by the author