is prisma usable in a multi-tenant app where each ...
# orm-help
d
is prisma usable in a multi-tenant app where each tenant has their own database?
r
@Duane Creates 👋 Yes it is. There’s a lib made for this use case that you can check out: https://github.com/Errorname/prisma-multi-tenant
d
That project is abandoned unfortunately, it doesn't even install anymore because prisma changed from prisma/cli to prisma - I had a small chat with the creator of the repo on Twitter.