mysql

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg *Config) (*gorm.DB, error)

Types

type Config

type Config struct {
	Host            string
	Port            int
	Username        string
	Password        string
	Dbname          string
	MaxIdleConn     int //空闲连接,建议 10
	MaxOpenConn     int //打开的连接, 建议 100
	ConnMaxLifeTime int // 单位:小时
}

Jump to

Keyboard shortcuts

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