mysql

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package mysql Mode Name: 模块名 Mode Desc: 模块功能描述

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(conf *Conf) (error, *gorm.DB)

NewClient 创建mysql客户端

Types

type Conf added in v1.0.3

type Conf struct {
	UserName      string          // 数据库用户名
	Passwd        string          // 数据库密码
	Addr          string          // 数据库地址
	DBName        string          // 使用的数据库
	TimeZone      string          // 时区
	SlowThreshold time.Duration   // 慢查询阈值
	SlowLogLevel  logger.LogLevel // 慢查询日志级别
	MaxIdleTime   time.Duration   // 最大空闲时间
	MaxLifetime   time.Duration   // 最大生命周期
	MaxIdleConn   int             // 最大空闲连接数
	MaxOpenConn   int             // 最大打开连接数
	// contains filtered or unexported fields
}

Conf mysql配置

Jump to

Keyboard shortcuts

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