Does prisma have support for `group_by` behavior? ...
# orm-help
a
Does prisma have support for
group_by
behavior? For instance if I have a table of
Persons
and
Cars
where each car has a
owner: Person! @unique
, it is quite easy to list all the cars with their corresponding owners. However, if I want to go the other way around, how would I proceed? Usually in SQL I'd go with
group_by
nvm, found the GH issue about this 😄
t
Can you provide a link to the GH issue?
Apparently it is in the roadmap 😉
t
Thanks 👍