Hi team, does the latest version of prisma support...
# orm-help
o
Hi team, does the latest version of prisma support local clusters ? Or is there a way to connect 5 instances of prisma to a same db ?
h
@Omprakash You can do this with the prisma-prod image. Here are the instructions for running prisma in a cluster: https://techblog.commercetools.com/prisma-horizontal-scaling-a-practical-guide-3a05833d4fc3
o
@Harshit we have 5 servers with each having a prisma container and can we connect to the database ? without any orchestration tool ?
h
and they will be used separately or by the same app?