Skip to content

mysql数据表转golang的struct并生成基础sql函数

License

Notifications You must be signed in to change notification settings

moremorefun/go-mysql2struct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mysql2struct

build GitHub release GitHub release date License: MIT blog

目录

背景

编写golang程序的时候需要把数据库的表建构转换为struct,而且很多时候数据库的操作基本统一。于是编写了一个根据表结构自动生成struct和通用数据处理函数的功能。

使用说明

./gomysql2struct
Usage of ./gomysql2struct:
  -db string
    	数据库名
  -h	help message
  -host string
    	数据库ip:端口 (default "127.0.0.1:3306")
  -o string
    	文件输出文件夹
  -package string
    	包名 (default "model")
  -pwd string
    	数据库密码 (default "123456")
  -user string
    	数据库用户名 (default "root")

维护者

@moremorefun 那些年我们De过的Bug

使用许可

MIT © moremorefun