A string for connecting to the DB.
drush sql-connect
Bash: Import SQL statements from a file into the current database.
`drush sql-connect` < example.sql
Fish: Import SQL statements from a file into the current database.
eval (drush sql-connect) < example.sql