Adding an option to download a DB copy directly from the DB server or import from a SQL dump
database:
driver: mysql
profile: staging
method: [ export | dump ]
file: [ ./relative | /absolute ]/path/to/dump.sql
server:
database_user:
database_name:
database_pass:
host:
port:
local:
database_user:
database_name:
database_pass:
root_password:
host:
port:
Adding an option to download a DB copy directly from the DB server or import from a SQL dump