Support of PostgreSQL specific array_agg function in scala frameworks?
问题 Is there some scala relational database framework (anorm, squeryl, etc...) using postgres-like aggregators to produce lists after a group-by, or at least simulating its use? I would expect two levels of implementation: a "standard" one, where at least any SQL grouping with array_agg is translated to a List of the type which is being aggregated, and a "scala ORM powered" one where some type of join is allowed so that if the aggregation is a foreign key to other table, a List of elements of the