You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a Prisma instance initalizes the prisma query-engine binary and also spins up a db pool, one should not spin up a Prisma instance like in every request.
Since a Prisma instance initalizes the prisma query-engine binary and also spins up a db pool, one should not spin up a Prisma instance like in every request.
See prisma/prisma#1983 (comment) for more details.
prisma/prisma#1983 (comment)