1 Star 0 Fork 0

Jollia Golang Library/JoKode

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
db_cfg.go 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jollia 提交于 2025-01-14 22:40 +08:00 . 阶段性工作
package jodb
type DbCfg struct {
Addr string `yaml:"addr" json:"addr"`
Port int `yaml:"port" json:"port"`
User string `yaml:"user" json:"user"`
Pass string `yaml:"pass" json:"pass"`
Schema string `yaml:"schema" json:"schema"`
}
func NewMySqlDbCfg() *DbCfg {
return &DbCfg{
Addr: "localhost",
Port: 3306,
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jolib/jokode.git
git@gitee.com:jolib/jokode.git
jolib
jokode
JoKode
v0.8.5

搜索帮助