For instance, is something like this available/implemented? If not, are there any plans to do this?
await db.users.findMany({
where: {
createdAt: {
lte: someDate,
},
},
})
On the side, the reason I want this is to "implement" pagination for myself. Are there any plans to get the actual pagination working?
Thanks! This library has been super super great otherwise.
For instance, is something like this available/implemented? If not, are there any plans to do this?
On the side, the reason I want this is to "implement" pagination for myself. Are there any plans to get the actual pagination working?
Thanks! This library has been super super great otherwise.