Delete the database at the given path.
Future<void> deleteDatabase(String path) => databaseFactory.deleteDatabase(path);