mysql

package
v2.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMysql

func NewMysql(c *Config) (db *xorm.Engine)

Types

type Config

type Config struct {
	Addr       string
	User       string
	Password   string
	DbName     string
	Parameters string

	MaxConn      int
	IdleConn     int
	Debug        bool
	IdleTimeout  int
	QueryTimeout int //查询时间
	ExecTimeout  int //执行时间
}

Jump to

Keyboard shortcuts

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