orm

package
v0.0.0-...-4631a0f Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func NewMySQL

func NewMySQL(c *Datasource)

Types

type Datasource

type Datasource struct {
	Database        string `toml:"database"`
	DSN             string `toml:"dsn"`
	ShowSql         bool   `toml:"show-sql"`
	MaxIdleConn     int    `toml:"maxIdleConn"`
	MaxOpenConn     int    `toml:"maxOpenConn"`
	ValidationQuery string `toml:"validationQuery"`
}

Jump to

Keyboard shortcuts

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