15 lines
600 B
Markdown
15 lines
600 B
Markdown
---
|
|
title: Using Prisma with NestJS in Nx
|
|
description: Learn how to integrate Prisma with NestJS in an Nx workspace, including managing multiple Prisma schemas and extending generated Prisma clients for NestJS.
|
|
---
|
|
|
|
# Using Prisma with NestJS in an Nx Workspace
|
|
|
|
In this example repo, you'll learn how to:
|
|
|
|
- Leverage Nx generators to scaffold out project configurations
|
|
- Use multiple Prisma schemas in an Nx Workspace
|
|
- Extend the generated Prisma clients for seamless NestJS integration
|
|
|
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/nestjs-prisma#nx--nestjs--prisma" /%}
|