Future<int> rawUpdate(String action, [List<Object?>? arguments]) async { return _dbInst.rawUpdate(action, arguments); }