gmysql

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mysql

type Mysql struct {
	Host         string
	Port         int
	User         string
	Password     string
	Db           string
	MaxIdleConns int
	MaxOpenConns int
	MaxLifetime  int
}

func (*Mysql) GetDB

func (m *Mysql) GetDB() (*gorm.DB, error)

参数含义:数据库用户名、密码、主机ip、连接的数据库、端口号

Jump to

Keyboard shortcuts

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