prisma-examples
prisma-examples copied to clipboard
Add `$disconnect()` calls in all examples
Right now we don't explicitly disconnect() in any of the examples except for the script ones.
Is this essential to using prisma in serverless? I am getting way too many connect limit issues when trying to deploy nextjs + api endpoints + prisma