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