一款生成在线 / 离线数据库文档的小工具(Golang)

ChenXcc · · 3568 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

## 💡 简介 db-doc 是一款生成在线数据库文档的小工具 仓库地址:[https://github.com/viodo/db-doc](https://github.com/viodo/db-doc) ## 📸 截图 ### 在线文档 ![20210323153924.png](https://b3logfile.com/file/2021/03/20210323153924-37713979.png) ### 离线文档 #### Markdown ![20210323153924.png](https://b3logfile.com/file/2021/03/20210323153924-0a46ddef.png) #### HTML ![20210323154126.png](https://b3logfile.com/file/2021/03/20210323154126-5962557c.png) #### PDF ![20210324091920.png](https://b3logfile.com/file/2021/03/20210324091920-78d110fb.png) ## ⚒️ 支持 * [x] Mysql * [x] SQL Server * [x] Postgre SQL ## ⚗ 用法 ### 下载 [点击下载](https://github.com/viodo/db-doc/releases) 解压后双击打开DbDoc, 按照提示输入操作即可 ```shell ? 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 : http://127.0.0.1:3000 ``` 浏览器访问: [http://127.0.0.1:3000](http://127.0.0.1:3000) ## 🙏 鸣谢 * [Docsify - A magical documentation site generator](https://docsify.js.org) * [blackfriday - a markdown processor for Go](https://github.com/russross/blackfriday) * [chromedp - A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.](https://github.com/chromedp/chromedp)

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3568 次点击  ∙  1 赞  
加入收藏 微博
2 回复  |  直到 2021-04-23 14:54:02
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传