mysql

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDialector

func NewDialector(dsn string) gorm.Dialector

NewDialector 参考 https://github.com/go-sql-driver/mysql#dsn-data-source-name 获取详情 "user:pass@tcp(127.0.0.1:3306)/dbname?charset=utf8mb4&parseTime=True&loc=Local"

func NewMysql

func NewMysql(dsn string, opts ...gorm.Option) (driver.Driver, error)

Types

type Mysql

type Mysql struct {
	// contains filtered or unexported fields
}

func (*Mysql) DB

func (m *Mysql) DB() *gorm.DB

func (*Mysql) Truncate

func (m *Mysql) Truncate(table string) error

Jump to

Keyboard shortcuts

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