KHRM
Explore posts from serversPPrisma
•Created by KHRM on 10/3/2024 in #help-and-questions
Sorting by Relations
Hello, I am trying to introduce infinite scrolling im my application but I am running into an issue.
I am using Prisma ORM with sqlite through Turso
here is what I curently have
I sort the
events
after I get them, but if I am only grabbing 5 results at a time, its only going to sort those 5 (which means it may be sorted within itself, but it might not be the 5 earliest events)
here is a simplified version of my schema
How can I get all events sorted by their first event date, whcih is sorted by their date
example query result
note eventDates array may not necessarily be in order but this is covered by
38 replies