Join Slack
Powered by
If I am using Nodejs with Express, would it be bes...
# orm-help
r
Ryan Thomas
07/09/2022, 3:29 AM
If I am using Nodejs with Express, would it be best if I just created one instance of prisma?
n
nikolasburk
07/11/2022, 4:06 PM
Hey Ryan 👋 yes, using a single
PrismaClient
instance is usually the recommended approach 🙂
2
Views
Open in Slack
Previous
Next