mysql

package
v0.0.0-...-31c78ff Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
}

func (Connection) Connect

func (conn Connection) Connect(dsn string) *gorm.DB

func (Connection) GetConfig

func (conn Connection) GetConfig(database string) string

type DB

type DB interface {
	GetConfig(database string) string
	Connect(dsn string) *gorm.DB
}

Jump to

Keyboard shortcuts

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