Hi! I am struggling with integrating prisma in a m...
# orm-help
m
Hi! I am struggling with integrating prisma in a monorepo
apps/server
should get the client from
packages/db
where prisma and the db runs. Any tutorials or hint's? Ideally with nexus and prisma-nexus. thanks! πŸ™‚
βœ… 1
a
Hi Manuel πŸ‘‹πŸΎ We currently have tutorials showcasing how to work with Prisma in using an Nx monorepo you could adapt for your use case: Full Stack Type Safety with Angular, Nest, Nx, and Prisma and End-To-End Type Safety: What, Why and How. Also, you can reference cal.com (https://github.com/calcom/cal.com), an open-source project using Prisma, which is set up using Turborepo for inspiration. We’re definitely looking into this kind of content – Prisma in a monorepo setup! πŸ™‚
m
Thanks! as i am using turbo I am happy to look into the second one πŸ™‚
πŸ™ŒπŸΎ 1