Hey - has anyone managed to get this setup with Po...
# help
s
Hey - has anyone managed to get this setup with Postgres+Prisma ? This stack seems perfect for a project of mine however, I would ideally like to use prisma
d
One problem with prisma is making sure you can work with serverless lambdas. You’ll need connection pooling when your lambdas connect to your postgres server, or ensure you use a serverless compatible db.
f
Hey @Sean Brydon, quite a few folks in the community have this setup I think. Can you see if this GH comment helps - https://github.com/serverless-stack/serverless-stack/issues/383#issuecomment-856267447
s
Thank you I will take a look. I will keep this in mind about the connection pooling 🙂
b
Added a version with bash as well - https://github.com/serverless-stack/serverless-stack/issues/383#issuecomment-881965467 I’m still running migrations locally
f
Thanks @Branko Gvoka! @Jay is working on adding an example for SST+Primsa, this helps!