rawQuery

abstract suspend fun rawQuery(sqlQuery: String, queryArgs: Array<Any>? = null): List<Map<String, String?>>