KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
AutoBuildDocFromDB
★ 150
Open GitHub ↗
使用SQL文件自动生成markdown格式的数据库文档。
Download README (.md)
Explore Similar Repositories
thehallaframe
:
WebVR demo that displays art
swagger-converter
:
OpenAPI/Swagger 2.0 to OpenAPI 3.0 Converter WebService
unleash-go-sdk
:
Unleash client SDK for Go
autowiring
:
A C++ Inversion of Control Framework
flax
:
general purpose programming language, in the vein of C++
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AutoBuildDocFromDB
?
Download (.md)
# AutoBuildDocFromDB 使用SQL文件自动生成markdown格式的数据库文档。 ## 使用说明 1. 使用git克隆该项目 2. 从数据库中导出sql文件,请尽量导出只有表结构无表数据的sql文件 3. 在项目目录下运行: `python build.py sql_dir` 其中sql_dir为您的sql文件路径 4. 生成成功的md文件,在项目的md文件夹中,文件名同您的sql文件名 [示例](http://blog.2liang.me/2016/03/06/%E4%BD%BF%E7%94%A8SQL%E6%96%87%E4%BB%B6%E8%87%AA%E5%8A%A8%E7%94%9F%E6%88%90%E6%95%B0%E6%8D%AE%E5%BA%93%E6%96%87%E6%A1%A3/)