mysql

package
v0.0.0-...-c4d8e50 Latest Latest
Warning

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

Go to latest
Published: May 7, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DriverName = "mysql"
)

Variables

This section is empty.

Functions

func NewClient

func NewClient(c Config) (*sqlx.DB, error)

NewClient returns DB connection.

Types

type Config

type Config struct {
	Host string
	Port string
	User string
	Pass string
	Name string
}

Jump to

Keyboard shortcuts

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