mysql

package
v0.0.0-...-4834045 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MysqlConn

type MysqlConn struct {
	ReadMysqlConn  *gorm.DB
	WriteMysqlConn *gorm.DB
}

type MysqlHandler

type MysqlHandler struct {
	Admin  *MysqlConn
	Common *MysqlConn
	Master *MysqlConn
	User   *ShardMysqlConn
}
var MysqlHandlerInstance *MysqlHandler

func InitMysql

func InitMysql() (*MysqlHandler, error)

InitMysql 初期化する

func NewMysql

func NewMysql() *MysqlHandler

NewMysql インスタンスを作成する

type ShardMysqlConn

type ShardMysqlConn struct {
	Shards map[string]*MysqlConn
}

Jump to

Keyboard shortcuts

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