VictorTimi
DTDrizzle Team
•Created by VictorTimi on 10/31/2023 in #help
Infinite scroll on Drizzle ORM not working
Please I haven't gotten the solution on how to solve the Cursor issue on Drizzle ORM. I was able to use a custom limit by using the Slice method on Javascript, however for the cursor scroll I still dont know how to add a cursor here:
If it were to be Prisma I'd have done it this way:
However, cursor and Pagination feel's strange on Drizzle ORM, here is full code below:
12 replies