A tiny cli tool to rapidly create, drop, import & export local MySQL databases.
Copy and paste the following into your terminal:
git clone https://github.com/steadfast-collective/mys.git ~/mys && cd ~/mys && ./mys --setup
$ mys <command> [parameter(s)]
For more info, please run:
$ mys --help
This tool is only intended to be used locally for speeding up common development tasks - please do not use this on a live/production environment.
We plan to add the ability to configure mys
to work with other databases. But for now, we're sticking with MySQL whilst we iron out any issues.