Hi, We are planning a multi-tenant app where each ...
# orm-help
s
Hi, We are planning a multi-tenant app where each tenant will have their own database in different servers, we just want only change the database URL string and root the users to their db. Is this possible in Prisma? All the endpoints will be a lambda function.
1
n
Hi Sakar 👋 Multi-tenant is not natively supported by Prisma yet. We do have a feature request for it: #2077 If you could leave a 👍 to the request, it would help us prioritise it. For now, each of your tenants would need to have a separate PrismaClient instance.