Skip to content
forked from xbmlz/db-doc

📝一款生成在线数据库文档的小工具

License

Notifications You must be signed in to change notification settings

congxiong/db-doc

 
 

Repository files navigation

💡 简介

db-doc 是一款生成在线数据库文档的小工具

📸 截图

在线文档

在线文档

离线文档

Markdown

Markdown

HTML

HTML

PDF

PDF

⚒️ 支持

  • Mysql
  • SQL Server
  • Postgre SQL

⚗ 用法

下载

点击下载

解压后双击打开DbDoc, 按照提示输入操作即可

? Database type:
1:MySQL
2:SQL Server
1
? Database host (127.0.0.1) :
127.0.0.1
? Database port (3306) :
3306
? Database username (root) :
root
? Database password (123456) :
123456
? Database name:
test
? Document type:
1:Online(在线文档)
2:Offline(离线文档)
1
Doc generate successfully!
Doc server is running : https://127.0.0.1:3000

浏览器访问: https://127.0.0.1:3000

🙏 鸣谢

About

📝一款生成在线数据库文档的小工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.1%
  • Batchfile 4.9%