orm

package
v0.0.0-...-38a39c4 Latest Latest
Warning

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

Go to latest
Published: May 15, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewOrm

func NewOrm(c *Config) (db *gorm.DB)

NewOrm 链接数据库,生成数据库实例

Types

type Config

type Config struct {
	Type      string `default:"sqlite3"`
	Host      string
	Port      int
	Dbname    string
	Username  string
	Password  string
	DBFile    string `yaml:"db_file" env:"DB_FILE"`
	ShowLog   bool
	Migration bool `default:"false"`
}

Jump to

Keyboard shortcuts

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