mysql

package
v0.0.0-...-1272ae6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetORM

func GetORM() *gorm.DB

GetORM GetORM

func GetORMByName

func GetORMByName(name string) *gorm.DB

GetORM GetORM

func InitDB

func InitDB(list []*DBConfig) (err error)

InitDB InitDB

func InitDefaultDB

func InitDefaultDB(db *DBConfig) (err error)

InitDefaultDB 单个数据库

Types

type DBConfig

type DBConfig struct {
	Name     string //库名
	User     string //登录名
	Password string //密码
	Host     string //主机
	Port     int    //port
	Debug    bool   //是否debug
}

DBConfig mysql配置文件

Jump to

Keyboard shortcuts

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