Skip to content

Option to drop database before import #117

@synth

Description

@synth

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?

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions