Hacker News new | ask | show | jobs
by porridgeraisin 318 days ago
Doesn't prisma do many sql features like distinct... In memory?
1 comments

Yes, but you can use the `nativeDistinct` preview feature rely on the DB to perform the operation.

You can see the related issue with more info:

https://github.com/prisma/prisma/issues/23846