mysql

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init added in v1.0.3

func Init(conf *Conf) error

func NewClient

func NewClient(conf *Conf, cLogger log.ILogger) *gorm.DB

Types

type Conf added in v1.0.3

type Conf struct {
	UserName      string
	Passwd        string
	Addr          string
	DBName        string
	SlowThreshold time.Duration
	SlowLogLevel  logger.LogLevel
	MaxIdleTime   time.Duration
	MaxLifetime   time.Duration
	MaxIdleConn   int
	MaxOpenConn   int
}

Jump to

Keyboard shortcuts

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