mysql

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Db *sql.DB
)

Functions

func Init

func Init(file string)

Types

type MysqlConf

type MysqlConf struct {
	Host        string `json:"host"`
	Port        int    `json:"port"`
	Sentinel    bool   `json:"sentinel"`
	Schema      string `json:"schema"`
	Username    string `json:"username"`
	Password    string `json:"password"`
	MaxOpenConn int    `json:"maxOpenConn"`
	MaxIdleConn int    `json:"maxIdleConn"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL