Download the PHP package danilocgsilva/database_discover without Composer
On this page you can find all versions of the php package danilocgsilva/database_discover. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download danilocgsilva/database_discover
More information about danilocgsilva/database_discover
Files in danilocgsilva/database_discover
Download danilocgsilva/database_discover
More information about danilocgsilva/database_discover
Files in danilocgsilva/database_discover
Vendor danilocgsilva
Package database_discover
Short Description Discover some basic data from database
License MIT
Package database_discover
Short Description Discover some basic data from database
License MIT
Please rate this library. Is it a good library?
Informations about the package database_discover
Database discover
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.
All versions of database_discover with dependencies
PHP Build Version
Package Version
Requires
symfony/cache Version
^7.0
The package danilocgsilva/database_discover contains the following files
Loading the files please wait ....