Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
type MySQL struct {
GormConfig *gorm.Config
Username string
Password string
Host string
Port int
Database string
PingTimeout time.Duration
MaxIdleConns int
MaxOpenConns int
SlowThreshold time.Duration
LogLevel logger.LogLevel
IgnoreRecordNotFoundError bool
ParameterizedQueries bool
Colorful bool
GormDB *gorm.DB
}
type Postgres ¶ added in v1.0.1
type Postgres struct {
GormConfig *gorm.Config
Username string
Password string
Host string
Port int
Database string
SSLMode string
PingTimeout time.Duration
MaxIdleConns int
MaxOpenConns int
SlowThreshold time.Duration
LogLevel logger.LogLevel
IgnoreRecordNotFoundError bool
ParameterizedQueries bool
Colorful bool
GormDB *gorm.DB
}
Click to show internal directories.
Click to hide internal directories.