Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MysqlOption ¶
type MysqlOption struct {
Host string
Port string
User string
Pwd string
DBName string
Silent bool
ParameterizedQueries bool
IgnoreRecordNotFoundError bool
SlowThreshold time.Duration
}
func (MysqlOption) NewMysqlClient ¶
func (o MysqlOption) NewMysqlClient()
Click to show internal directories.
Click to hide internal directories.