package
0.0.3-alpha
Repository: https://github.com/weworksandbox/lingo.git
Documentation: pkg.go.dev

# Functions

AliasElseName will use the lingo.Alias if non-empty, else the Name is used.
No description provided by the author
EnumIsInvalid creates an error that the specified enum and value combination is invalid.
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
NewDefault takes options to configure a Default schema.
NewMySQL takes options to configure a MySQL schema There are some caveats for MySQL relating to the dialect.Option types.
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
WithEmptyOption can be useful for ensuring parameters are passed.
WithSchemaNameIncluded will include the schema name for `schema.table` or `schema.table AS alias` SQL output.

# Structs

Default schema uses the generic schema methods to work as a basic ANSI schema.
MySQL schema has extra MySQL specific features like JSONExtract.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Option for dialects can change the behavior of each Dialect.