Hello. I wanted to see if someone could help me wi...
# orm-help
j
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
Hey @Juan Pablo Yamamoto 👋 It's best to use a single client across the entire application as that would be most efficient.