This commit is contained in:
xiexiaojun
2019-06-27 18:27:11 +08:00
parent 369534bd94
commit 726866ef69
8 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
# [gorm-tools](https://github.com/xie1xiao1jun/gorm-tools)
# [gorm-tools](https://github.com/xxjwxc/gorm-tools)
### [gorm](https://github.com/jinzhu/gorm) mysql数据库转 struct 工具,可以将mysql数据库自动生成golang sturct结构带大驼峰命名规则。带json标签
@@ -196,10 +196,10 @@ type UserInfoTbl struct {
![图片描述](/image/gormt/4.jpg)
[下载地址](https://github.com/xie1xiao1jun/gormt/releases/download/v1.0.0.1/v1.0.zip)
[下载地址](https://github.com/xxjwxc/gormt/releases/download/v1.0.0.1/v1.0.zip)
## 7. 下一步计划
- 加入外键支持(ForeignKey)
- ###### [传送门](https://xie1xiao1jun.github.io/post/gormtools/)
- ###### [传送门](https://xxjwxc.github.io/post/gormtools/)