Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.8.0
type Config struct {
// contains filtered or unexported fields
}
func NewMySQLConfig ¶ added in v0.8.0
func (*Config) DataSourceName ¶ added in v0.8.0
func (*Config) DriverName ¶ added in v0.8.0
func (*Config) SetDialect ¶ added in v0.8.0
func (c *Config) SetDialect()
type MySQL ¶
type MySQL struct{}
func (*MySQL) AutoIncrement ¶ added in v0.5.2
func (*MySQL) CurrentTime ¶
func (*MySQL) Identifier ¶
type SimpleConfig ¶ added in v0.8.0
func (*SimpleConfig) DataSourceName ¶ added in v0.8.0
func (c *SimpleConfig) DataSourceName() string
func (*SimpleConfig) DriverName ¶ added in v0.8.0
func (c *SimpleConfig) DriverName() string
func (*SimpleConfig) SetDialect ¶ added in v0.8.0
func (c *SimpleConfig) SetDialect()
Click to show internal directories.
Click to hide internal directories.