2 Star 15 Fork 9

北京小程科技有限公司 / Go通用工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configuration.go 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
shallot 提交于 2020-04-24 21:01 . 去掉sqlite的scheme字段。
package sqlite
// SQLite的配置信息格式
type Config struct {
Filepath string `json:"Filepath"` // 文件地址
Password string `json:"Password"` // 调试时数据库密码
DebugMode bool `json:"DebugMode"` // 开启SQL调试模式
}
Go
1
https://gitee.com/xiaochengtech/common.git
git@gitee.com:xiaochengtech/common.git
xiaochengtech
common
Go通用工具
82269be32710

搜索帮助