Anirudh Vyas

Results 2 comments of Anirudh Vyas

As a side note: ```scala val my_great_table = TableQuery[SavedQueryCronDefinitionTable] my_great_table .map(elem => (elem.queryId, Case If elem.isEnabled Then 1 Else 0)) .groupBy(_._1) .map { case (id, elems) => (id, elems.map(_._2).sum, elems.length...

Is the project still alive?