xmysql

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDB

func NewDB(c Config) xsql.DBItf

NewDB Deprecated

func NewORM

func NewORM(c Config) xorm.ORMItf

Types

type Config

type Config struct {
	Driver   string        `mapstructure:"driver"`
	Source   string        `mapstructure:"source"`
	Idle     int           `mapstructure:"idle"`
	Open     int           `mapstructure:"open"`
	IdleTime time.Duration `mapstructure:"idle_time"`
}

Jump to

Keyboard shortcuts

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