mysql

package
v0.0.0-...-7c559dc Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CtxKeySqlTx is the context key for transaction
	CtxKeySqlTx = "sql_tx"

	// CtxKeySqlxTx is the context key for sqlx transaction
	CtxKeySqlxTx = "sqlx_tx"
)

Variables

This section is empty.

Functions

func New

func New(config Config) (sqlExt.ISqlExt, error)

Types

type Config

type Config struct {
	Host     string
	Port     string
	Database string
	Username string
	Password string
}

Jump to

Keyboard shortcuts

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