Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlConn ¶
type MysqlConn struct {
Host string
Port string
User string
Pwd string
DbName string
// contains filtered or unexported fields
}
func NewMysqlConn ¶
If you do not want to preselect a database, leave dbName empty thus, caller need select database before operation on table
Click to show internal directories.
Click to hide internal directories.