mysql

package
v0.0.0-...-9c06765 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(cnf Info) (*sql.DB, error)

Open 获取一个数据库连接

Types

type Info

type Info struct {
	Host         string
	Port         string
	Database     string
	Username     string
	Password     string
	Timeout      int
	ReadTimeout  int
	WriteTimeout int
	Charset      string
}

MySQL 初始化连接信息对象

Jump to

Keyboard shortcuts

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