Skip to content

一款网页上查看数据表结构信息的小工具

License

Notifications You must be signed in to change notification settings

zz-open/sql-doc-web-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysqldoc

查看数据库表结构WEB版

使用

帮助

mysqldoc --help

命令行+参数 方式运行

mysqldoc --port 服务端口 --host

命令行+yaml配置文件 方式运行

mysqldoc -f 配置文件路径

mysqldoc会自动读取可执行程序所在路径的mysqldoc.yaml文件

Port: 
AutoOpenDefaultBrowser: true
CreateSqlFile: true
Mysql:
  Host: 127.0.0.1
  Port: 3306
  Username: root
  Password: 
  DbName: test