失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > mysql表结构 转 golang 结构体struct

mysql表结构 转 golang 结构体struct

时间:2023-09-15 04:09:47

相关推荐

mysql表结构 转 golang 结构体struct

在线转

本地转换(推荐)

github地址:

/gohouse/converter

下载地址:

/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 标签keyjson表示,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 标签keyjson表示,golang文件输出为 model.go

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

如果觉得《mysql表结构 转 golang 结构体struct》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。