If I am using Nodejs with Express, would it be bes...
# orm-help
r
If I am using Nodejs with Express, would it be best if I just created one instance of prisma?
n
Hey Ryan 👋 yes, using a single
PrismaClient
instance is usually the recommended approach 🙂