Versions in this module Expand all Collapse all v0 v0.2.0 Apr 15, 2020 Changes in this version + func RunReverse(source *ReverseSource, target *ReverseTarget) error + func SaveSettings(file string) error + type AppConfig struct + Debug bool + PluralTable bool + type ConnConfig struct + DriverName string + Params dialect.ConnParams + ReadOnly string + TablePrefix string + type ReverseConfig struct + Kind string + Name string + Source ReverseSource + Targets []ReverseTarget + type ReverseSource struct + ConnStr string + Database string + type ReverseTarget struct + ColumnMapper string + ExcludeTables []string + ExtName string + Formatter string + Funcs map[string]string + Importter string + IncludeTables []string + Language string + MultipleFiles bool + OutputDir string + TableMapper string + TablePrefix string + Template string + TemplatePath string + Type string + type ServConfig struct + Params dialect.ConnParams + Protocol string + type Settings struct + Application AppConfig + Connections map[string]ConnConfig + IsEmpty bool + MicroServices []ServConfig + ReverseTargets []ReverseTarget + func GetSettings() *Settings + func ReadSettings(file string) (*Settings, error) + func (cfg Settings) GetSource(name string) (ReverseSource, ConnConfig)