Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg *ini.File
View Source
var DB *sqlx.DB
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
func LoadMySQLConfig ¶
func LoadMySQLConfig() *MySQL
type PostgreSQL ¶
type PostgreSQL struct { DBType string User string Pw string DBName string Host string Port string }
func LoadPostgreSQLConfig ¶
func LoadPostgreSQLConfig() *PostgreSQL
func (*PostgreSQL) DSN ¶
func (db *PostgreSQL) DSN() string
Click to show internal directories.
Click to hide internal directories.