Add `if exists` guard to DROP DATABASE command

The command can sometimes be executed when the database is not yet created, currently this spits out errors because non-existing database cannot be deleted.

Merge request reports

Loading