Is there a prisma version of this boilerplate? #1230
Closed
khantseithu
started this conversation in
Ideas
Replies: 1 comment
-
Currently, we have no plans to use Prisma in the NestJS Boilerplate. Why?We don't use Prisma in our projects because it does many redundant queries, making many unnecessary loads on a database. Example: prisma/prisma#21447 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to quickly bootstrap a new nest js project, which will be using prisma as ORM. What are your suggestions on "to integrate prisma with this boilerplate" ?
Beta Was this translation helpful? Give feedback.
All reactions