Documentation
¶
Overview ¶
Package mysql provides a wrapper around the sqlx package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Username string `json:"Username"`
Password string `json:"Password"`
Database string `json:"Database"`
Charset string `json:"Charset"`
Collation string `json:"Collation"`
Hostname string `json:"Hostname"`
Port int `json:"Port"`
Parameter string `json:"Parameter"`
Migration Migration `json:"Migration"`
}
Info holds the details for the MySQL connection.
Click to show internal directories.
Click to hide internal directories.