danilocgsilva/database_discover
最新稳定版本:1.8.0
Composer 安装命令:
composer require danilocgsilva/database_discover
包简介
Discover some basic data from database
README 文档
README
Project to discover a relational database structure.
The main class is DatabaseDiscover.php. Instantiates it providing a PDO object holding the database connection data. Then use its methods to show you some data about the database.
TODO
- Checks if there are fields as id in other tables that matches to current table field. The intent is to search for any foreign relationship (even if no foreign key is setted to field)
- Search for related tables by name.
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-07