sunzhiguang / database-doc

MySQL数据库文档生成工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL数据库文档生成工具

node index.js "mysql://user:password@host/database" a.md
pandoc -f markdown_github -t html a.md | pandoc -f html -t docx -o a.docx

需要NodeJS 8+

About

MySQL数据库文档生成工具


Languages

Language:JavaScript 98.3%Language:Batchfile 1.7%