Drops a database if it exists. Returns true if dropped, false if didn't exist.
Future<bool> dropDatabaseIfExists(String name);