ORDER BY in agg function.

Hi, I would like to represent something like
json_agg(table ORDER BY column) as values

in kysely. How would I go about doing this?
Thanks in advance.
Was this page helpful?