0.5.0 • Published 6 years ago

mysqldoc-html v0.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

mysqldoc

mysql table documents output html

Usage

npm i -g mysqldoc

 or

npm i --save-dev mysqldoc

Run the output reports

$ mysqldoc --database test_db

$ ls mysqldoc/
index.html

options

opyionsDescriptiondefault
usermysql user nameroot
passwordmysql password""
hostmysql connect host0.0.0.0
portmysql connect port3306
databasemysql database nametest
outputdocument output pathmysqldoc