Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Name string DSN string SkipInitializeWithVersion bool DefaultStringSize uint DefaultDatetimePrecision *int DisableWithReturning bool DisableDatetimePrecision bool DontSupportRenameIndex bool DontSupportRenameColumn bool DontSupportNullAsDefaultValue bool DontSupportRenameColumnUnique bool Config *gorms.GORMConfig }
type NameDBConfig ¶ added in v0.0.3
type NameDBConfig struct { User string Password string Host string Port int Charset string NameDatabase map[string]string SkipInitializeWithVersion bool DefaultStringSize uint DefaultDatetimePrecision *int DisableWithReturning bool DisableDatetimePrecision bool DontSupportRenameIndex bool DontSupportRenameColumn bool DontSupportNullAsDefaultValue bool DontSupportRenameColumnUnique bool Config *gorms.GORMConfig }
Click to show internal directories.
Click to hide internal directories.