smartdump
Dumps selected MySQL tables together with their relationships
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- smartdump
- DumpConfiguration.php
- TargetTable.php
- MySQLDriver.php
- ForeignKey.php
- Table.php
- Driver.php
- DriverCache.php
- Dumper.php
- Workset.php
- .gitattributes
- .gitignore
- composer.json
- diagram.png
- LICENSE
- logo.svg
- psalm.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/BenMorel/smartdump
Downloads the entire project code from GitHub to your computer.
cd smartdump
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require benmorel/smartdump
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
