Robin Diddams
05/25/2022, 6:02 PMschema.prisma ? if you have, say, 10 different microservices, that want access to your db, how would you synchronize and version the schema across all of them?Robin Diddams
05/25/2022, 6:19 PMNurul
05/26/2022, 10:36 AMPrismaClient and the types from your models and you can import them into your services.
I have mostly seen users take this approach.