juicycleff / ultimate-backend

Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
https://juicycleff.github.io/ultimate-backend-docs
MIT License
2.68k stars 414 forks source link

Feature Request: Prisma.io support #107

Open kodeine opened 4 years ago

kodeine commented 4 years ago

possible to have prisma.io support?

juicycleff commented 4 years ago

@kodeine I believe we can. I was one of the early contributors to the Prisma community, I believe it could be useful, however database strategy for multi-tenancy might be hard to implement

kodeine commented 4 years ago

@juicycleff so we cannot use database with this package?

juicycleff commented 4 years ago

Offcourse you can use a database, what i meant was if the application is supposed to support multi-tenancy, it will be hard to implement that in prisma at the database level, except something has changed on prisma. Offcourse we could support multi-tenancy at the data level. Which has very poor service level agreement

12dollar commented 4 years ago

+1 for Prisma. Multi-tenancy is possible, just have a look at:

https://www.npmjs.com/package/prisma-multi-tenant