1 Star 0 Fork 1

MrMriacle/auto-model

forked from Godan/auto-model 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.toml 385 Bytes
一键复制 编辑 原始数据 按行查看 历史
Godan 提交于 2020-01-02 21:27 +08:00 . 增加注释与文档
# model代码的包名
PackageName = "model"
# model代码的输出目录
OutDir = "model"
# 生成代码用到的模板文件
Template = "./model.tpl"
# 为Struct增加Tag
Tags = "db"
[db]
# 数据库名称
Name = "test"
# 数据库地址
Address= "localhost:3306"
# 用户名
User= "root"
# 密码
Password= "root"
# 需要生成model的表
Tables = "user_charge"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mrmriacle/auto-model.git
git@gitee.com:mrmriacle/auto-model.git
mrmriacle
auto-model
auto-model
master

搜索帮助