Runs an delete statement and returns how many rows where affected.
Future<int> runDelete(String statement, List<Object?> args);