db

package
v0.0.0-...-3d0adf2 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

====================================================

# Copyright (C)2019 All rights reserved. # # Author : domchan # Email : 814172254@qq.com # File Name : mysql.go # Created : 2019/1/9 15:56 # Last Modified : 2019/1/9 15:56 # Describe : # # ====================================================

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg Config) (db *sqlx.DB, err error)

New 根据配置信息返回一个和数据库的连接

Types

type Config

type Config struct {
	URL             string
	MaxIdleConns    int
	MaxOpenConns    int
	ConnMaxLifetime int
}

Config 连接数据库的配置信息

Jump to

Keyboard shortcuts

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