追枫狼

导航

2022年12月27日 #

table转struct

摘要: mysql表结构转换成golang结构体struct的方法有很多,此处记录一个简便的使用方式: dbgo dbgo安装 go install github.com/wslky/dbgo@latest 会生成dbgo.exe可执行文件到配置的gobin下 使用方法 dbgo -u【mysql用户名】 阅读全文

posted @ 2022-12-27 10:38 追枫狼 阅读(56) 评论(0) 推荐(0) 编辑