sql

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

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

Go to latest
Published: Apr 29, 2020 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(option *Option) (*gorm.DB, error)

Types

type Option

type Option struct {
	Dialect     string // 连接类型
	Arg         string // 连接参数
	MaxConn     int    // 最大连接数
	IdleConn    int    // 空闲连接数
	LifeSeconds int    // 连接生命期
	SingleTable bool   // 表命名规则
}

连接参数

Jump to

Keyboard shortcuts

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