The import cmd (at least for mysql) is `mysql #{credentials} -D #{database} < #{file}` which will result in the file being appended to the current database. Is there an option to drop the database before import? If not, can there be?