databases

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OpenConfig

type OpenConfig struct {
	Address  string `yaml:"address" json:"address"`
	User     string `yaml:"user" json:"user"`
	Password string `yaml:"password" json:"password"`
	Name     string `yaml:"name" json:"name"` // 数据库名称
	DB       int    `yaml:"db" json:"db"`     // redis 数据名称
	DSN      string `yaml:"dsn" json:"dsn"`
}

Directories

Path Synopsis
mysql 简化 gorm 在业务场景下的使用, 封装常用功能.
mysql 简化 gorm 在业务场景下的使用, 封装常用功能.

Jump to

Keyboard shortcuts

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