Hello. I wanted to see if someone could help me with a question. If I use prisma client across different files, should I create a new instance in each file? Or should I use a single client?
r
Ryan
06/10/2020, 7:41 AM
Hey @Juan Pablo Yamamoto 👋
It's best to use a single client across the entire application as that would be most efficient.