I have Prisma 1 server running on a Digital Ocean ...
# orm-help
g
I have Prisma 1 server running on a Digital Ocean droplet to connect to their managed Postgres DB. My question is: Does Prisma1 , by default do any of the connection pooling magic or do I need to create a connection pool on my own and connect prisma1 to it?
r
Hey @gopidon 👋 Yes Prisma 1 has handles connection pooling internally so you don't need any external service.
g
Cool. Thanks!
👍 1