nx/docs/shared/recipes/database/nestjs-prisma.md

10 lines
386 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Using Prisma with NestJS in an Nx Workspace
In this example repo, youll 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" /%}