Skip to content

这是一个Python写的自动生产数据库文档的脚本

License

Notifications You must be signed in to change notification settings

skyrocks/docs-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docs-robot

这是一个Python写的自动生产数据库文档的脚本

环境

你需要在Python3环境下安装以下程序模块

pip install document
pip install pymysql

执行

运行app.py

python3 app.py

结果

生产数据库结构文档内容包括:

表名
序号,字段,名称,类型,默认值,主键,允许空值

限制

只适用于mysql数据库

About

这是一个Python写的自动生产数据库文档的脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages