mysql

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMySQL

func NewMySQL(c *Config) (db *sql.DB)

NewMySQL new db and retry connection when has error.

Types

type Config

type Config struct {
	DSN             string // write data source name.
	MaxOpenConn     int    // open pool
	MaxIdleConn     int    // idle pool
	ConnMaxLifeTime int
}

Config mysql config.

Jump to

Keyboard shortcuts

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