Harish Kumar
01/24/2021, 3:12 PMRyan
01/25/2021, 6:45 AMschema.prisma
in separate files, it’s not possible currently as Prisma only supports a single schema.prisma
for now. You can track the status of the request here for more updates 🙂
Also as a workaround, you can keep your database operation in a single folder in your monorepo instead of individual modules and then reference the types/schema directly from that.Harish Kumar
01/28/2021, 4:53 PM