Future<List<Map<String, Object?>>> getObjects(String query, [List<Object?>? arguments]) { return _dbInst.rawQuery(query, arguments); }