Prisma
Prisma unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion.
Their official guide describes how to integrate Prisma into a Turborepo, including:
- Prisma client initialization
- Packaging the client as an Internal Package
- Performing migrations
- Working on your applications locally
- Deploying
Example
To get started with our community-supported Prisma example, run:
Was this helpful?