xgodb

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2023 License: BSD-3-Clause-Clear Imports: 2 Imported by: 0

README

xgodb模块说明

此模块为操作数据库的相关模块,依赖 gorm ,使用 MySQL 作为存储数据库

数据库说明

Documentation

Overview

数据库操作相关服务

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBool

func GetBool(name string) bool

获取开关值

func GetFloat

func GetFloat(name string) float64

获取浮点数值

func GetInt

func GetInt(name string) int64

读取配置项的值

func GetSelect

func GetSelect(name string) string

获取select下拉列表

func GetString

func GetString(name string) string

获取string值的配置

func Regedit

func Regedit(c Config)

配置信息注册

Types

type Config

type Config struct {
	DB              *gorm.DB
	ConfigTable     string // 配置表名称
	ConfigUserTable string // 用户配置存储表
}

数据库相关配置

Directories

Path Synopsis
数据库配置的读写支持
数据库配置的读写支持

Jump to

Keyboard shortcuts

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