Versions in this module Expand all Collapse all v0 v0.0.4 Feb 3, 2020 v0.0.3 Feb 3, 2020 Changes in this version + func IsComparisonOperator(s string) bool + func IsMathematicalOperator(s string) bool + func IsReservedKeyword(s string) bool + type Column struct + GoName string + GoType string + Name string + NotNull bool + Table string + Type string + type Constant struct + Name string + Type string + Value string + type Enum struct + GoName string + Name string + Vals []string + func (e Enum) Constants() []Constant + type Schema struct + Enums []Enum + Tables []Table + type Table struct + Columns []Column + GoName string + Name string