Has JSON aggregation been added yet (analogous to Kysely?)
I added some
jsonAgg...
functions to generate raw SQL to helper utilities a while back, in order to generate arrays of nested json objects in aggregation. There was discussion of adding these as first-class drizzle functions, did that ever happen?
Helpers source: https://gist.github.com/rphlmr/0d1722a794ed5a16da0fdf6652902b152 Replies