文件名称:db2yaml:从 MySQL 数据库表生成 YAML 文件
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-05 16:22:48
Go
db2yaml 从 MySQL 数据库表生成 YAML 文件 用法 $ db2yaml --host HOST --user USER -D DATABASE -p PASSWORD 输出示例 pictures : name : pictures columns : - name : id type : int auto_increment : true - name : hash type : varchar length : 32 comment : MD5 hash identifies picture - name : user_id type : varchar length : 32 comment : User ID - name : body type : mediumbl
【文件预览】:
db2yaml-master
----.gitignore(21B)
----version.go(65B)
----model()
--------model.go(916B)
----main_test.go(4KB)
----main.go(7KB)
----README.md(2KB)
----wercker.yml(678B)
----release.sh(61B)