mysql表结构 转 golang 结构体struct

在线转

 https://dev.ataotaoa.com

本地转换(推荐)

github地址:

https://github.com/gohouse/converter

下载地址:

https://github.com/gohouse/converter/releases

参数说明:

-dsn            string 数据库dsn配置
-enableJsonTag  bool 是否添加json的tag
-file           string 保存路径
-packageName    string 包名
-prefix         string 表前缀
-realNameMethod string 结构体对应的表名
-table          string 要迁移的表
-tagKey         string tag的key

使用示例:

对数据库test 中的 user表 进行转换, 转换后 golang struct tag 标签key json表示,golang文件输出为 model.go

./table2struct-linux.v0.0.3.bin --file model.go --dsn root:root@tcp\(localhost:3306\)/test?charset=utf8 --table user --tagKey json

对整个test 数据进行转换,  转换后 golang struct tag 标签key json表示,golang文件输出为 model.go

./table2struct-linux.v0.0.3.bin --file model.go --dsn root:root@tcp\(localhost:3306\)/test?charset=utf8 --tagKey json

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值