ildar7sins/db-docs
最新稳定版本:1.0.9
Composer 安装命令:
composer create-project ildar7sins/db-docs
包简介
DBDocs is a simple tool to generate documentation for your database.
README 文档
README
Installation
- Install package
composer require --dev ildar7sins/db-docs - Run command
php ./vendor/ildar7sins/db-docs/init.phpfor clone configs - Update configs in
configs/dbdocs.phpfile - Run commands for generate your doccumentation:
php ./vendor/ildar7sins/db-docs/generate.php mysql 127.0.0.1 3306 <db_name> <user> <password>- localhost doesn't work, use 127.0.01php ./vendor/ildar7sins/db-docs/generate.php pgsql localhost 5432 postgres_air postgres postgres postgres_air- Or use code, example of code usage you can see in generate.php file
What this library do
- Describe tables
- Describe columns
- Describe indexes
- Describe foreign keys
License
DBDocs is an open-source software licensed under the MIT license.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-23