Current implementation of Dbi.drop will not delete the db since the delete flag is set to 0. This basically prevents a db ever being deleted unless I am missing some other methods. I wonder why the decision is made such. Wiping a database clearly seems to a common use case.