gormcli

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DB

func DB() *gorm.DB

DB 使用时请务必使用WithContext函数传递上下文

Types

type MysqlOption

type MysqlOption struct {
	Host   string
	Port   string
	User   string
	Pwd    string
	DBName string

	Silent                    bool
	ParameterizedQueries      bool
	IgnoreRecordNotFoundError bool
	SlowThreshold             time.Duration
}

func (MysqlOption) NewMysqlClient

func (o MysqlOption) NewMysqlClient()

Jump to

Keyboard shortcuts

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