package
Version:
v0.0.0-...-ef60371
Opens a new window with list of versions in this module.
Published: Mar 28, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ConfigureDB loads database connection string
OpenDB creates connection with database
type MySQLInfo struct {
Hostname string `json:"hostname"`
Port int `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
Database string `json:"database"`
ParseTime bool `json:"parseTime"`
}
MySQLInfo struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.