PrismaP
Prisma7mo ago
4 replies
Aristiklever

Best Pratices on prisma.schema location

Hi everyone!
I'm creating a nest microservice app with nestjs with each microservice in a different git repository, but all use the same database.
In the project setup i replace the prisma.schema default localization.
Since I am using DDD architecture, I put it inside infra/database/prisma, could this become a big problem in the future?
Was this page helpful?