Drops a database with the given name. Throws if database doesn't exist.
Future<bool> dropDatabase(String name);