[golang]数据库字典生成器-dataDictionary
dataDictionary
介绍
生成数据字典
应用场景
根据mysql数据库生成html格式数据字典,目前仅支持macos/linux/windows
使用步骤
运行程序
windows:
dataDictionary -c root:1234567890@tcp(127.0.0.1:3306)/ha666db?charset=utf8
linux/macos:
./dataDictionary -c "root:1234567890@tcp(127.0.0.1:3306)/ha666db?charset=utf8"
github地址:https://github.com/ha666/dataDictionary

本文来自博客园,作者:landv,转载请注明原文链接:https://www.cnblogs.com/landv/p/11942611.html

浙公网安备 33010602011771号