🌐
NestJS
docs.nestjs.com › recipes › prisma
Prisma | NestJS - A progressive Node.js framework
It is used as an alternative to ... knex.js) or ORMs (like TypeORM and Sequelize). Prisma currently supports PostgreSQL, MySQL, SQL Server, SQLite, MongoDB and CockroachDB (Preview)....
🌐
Jelani Harris
jelaniharris.com › blog › building-a-graphql-api-with-nestjs-and-prisma
Building a GraphQL API with NestJS and Prisma | Jelani Harris
June 9, 2024 - In our case we’ll be using the ... we’ll be using Sqlite as a database for convenience. But you can use databases like MySql, PostgreSQL and MongoDB with Prisma....
🌐
Medium
medium.com › @sarahwang9 › build-a-microservices-based-ecommerce-platform-using-graphql-nestjs-prisma-and-mongodb-00cbe415049b
Build a Microservices-Based Ecommerce Platform Using GraphQL, NestJS, Prisma, and MongoDB | by SarahW | Medium
June 18, 2025 - NestJS provides structure and native microservice support. GraphQL Gateway acts as a BFF, simplifying frontend integration. Prisma + MongoDB gives modern, type-safe database access.
🌐
GitHub
github.com › notiz-dev › nestjs-prisma-starter
GitHub - notiz-dev/nestjs-prisma-starter: Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
GraphQL w/ playground · Code-First w/ decorators · Prisma for database modelling, migration and type-safe access (Postgres, MySQL & MongoDB) 🔐 JWT authentication w/ passport-jwt · REST API docs w/ Swagger · Instructions · Features · Overview · Prisma Setup · 1. Install Dependencies · 2. PostgreSQL with Docker · 3. Prisma: Prisma Migrate · 4. Prisma: Prisma Client JS · 5. Seed the database data with this script · 6. Start NestJS Server ·
Starred by 2.5K users
Forked by 366 users
Languages   TypeScript 96.7% | JavaScript 1.8% | Dockerfile 1.3% | Shell 0.2%
🌐
YouTube
youtube.com › watch
Nest JS Graphql with Prisma ORM #07 - YouTube
Nest JS with GraphqlIn this playlist, we are going to cover a lot of things related to nestjs and graphqlCode showing nestjs graphql with Postgres, mongoose ...
Published   April 22, 2022
🌐
LogRocket
blog.logrocket.com › home › how to use nestjs with prisma
How to use NestJS with Prisma - LogRocket Blog
June 4, 2024 - Prisma improves type safety by simplifying database access, saving and reducing repetitive CRUD boilerplate. Prisma is easy to integrate into your preferred framework and is an ideal database toolkit for creating dependable and scalable web APIs. Prisma integrates quickly with various frameworks, such as GraphQL, Next.js, Nest, Apollo, and Express.js
🌐
Webscale
section.io › home › blog
Webscale Blog: Insights on AI & Commerce | Webscale
June 9, 2025 - Get the latest insights on AI, personalization, infrastructure, and digital commerce from the Webscale team and partners.
🌐
GitHub
github.com › josephgodwinkimani › nestjs-graphql-prisma
GitHub - josephgodwinkimani/nestjs-graphql-prisma: Nest.js Hybrid Application (HTTP server with microservice listeners) with GraphQL (schema first), Prisma, MySQL (easily replaceble), MongoDB, Jest, Docker · GitHub
This hybrid project uses GraphQL ... unit testing and MySQL as the relational database and MongoDB as no-sql database for constantly changing or growing data such as posts....
Author   josephgodwinkimani
Find elsewhere
🌐
Restack
restack.io › p › nestjs-graphql-mongodb-boilerplate
Nestjs Graphql Mongodb Boilerplate | Restackio
March 17, 2025 - Install MongoDB dependencies: npm install @prisma/client mongodb ... Update environment variables: Ensure your .env file has the correct MongoDB connection string. Here is an example of a GraphQL query you can run in the GraphQL Playground: ... This query fetches a list of users with their ...
🌐
npm
npmjs.com › package › prisma-nestjs-graphql
prisma-nestjs-graphql - npm
May 30, 2026 - Or write you own graphql scalar types, read more on docs.nestjs.com. Output folder relative to this schema file Type: string · File path and name pattern Type: string Default: {model}/{name}.{type}.ts Possible tokens: {model} Model name in dashed case or 'prisma' if unknown
      » npm install prisma-nestjs-graphql
    
Published   May 11, 2025
Version   21.2.0
🌐
GitHub
github.com › bensiu123 › nest-prisma-graphql-example
GitHub - bensiu123/nest-prisma-graphql-example: A simple example of using Nest.js, Prisma, and GraphQL. · GitHub
This project is a simple example of using Nest.js, Prisma, and GraphQL. It is to investigate the possibility to use Prisma to replace Mongoose when using MongoDB as database. It is because type-safety of Mongoose is week when using TypeScript.
Author   bensiu123
🌐
Amplication
amplication.com › blog › how-to-build-a-nodejs-graphql-api-with-nestjs-and-prisma
How to Build a Node.js GraphQL API With NestJS and Prisma
In addition to Nest.js and Prisma, it supports several other technologies such as PostgreSQL, MySQL, MongoDB, Passport, Jest, and Docker. Therefore, I encourage you to try Amplication and experience the difference it can make in your development ...
🌐
Prisma
prisma.io › home › nestjs › nestjs › nestjs
How to use Prisma ORM and Prisma Postgres with NestJS | Prisma Documentation
It is used as an alternative to ... knex.js) or ORMs (like TypeORM and Sequelize). Prisma currently supports PostgreSQL, MySQL, SQL Server, SQLite, MongoDB and CockroachDB....
🌐
GitHub
github.com › unlight › prisma-nestjs-graphql
GitHub - unlight/prisma-nestjs-graphql: Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module · GitHub
May 30, 2026 - Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module - unlight/prisma-nestjs-graphql
Starred by 572 users
Forked by 86 users
Languages   TypeScript
🌐
GitHub
github.com › unlight › nestjs-graphql-prisma-realworld-example-app
GitHub - unlight/nestjs-graphql-prisma-realworld-example-app: Example real world application built with NestJS, Prisma and GraphQL · GitHub
This codebase was created to demonstrate a fully fledged fullstack application built with NestJS, Prisma and GraphQL including CRUD operations, authentication, routing, pagination, and more.
Starred by 108 users
Forked by 26 users
Languages   TypeScript 95.6% | JavaScript 3.0% | Shell 1.2% | Dockerfile 0.2%
🌐
Prisma
prisma.io › nestjs
Enterprise-ready database for NestJS apps - Prisma ORM
Prisma's database tools are the perfect fit for building scalable and type-safe NestJS applications. Prisma integrates smoothly with the modular architecture of NestJS, no matter if you're building REST or GraphQL APIs.
🌐
Tomray
tomray.dev › nestjs-prisma
Ultimate Guide: How to use Prisma with NestJS - Tom Ray
November 29, 2022 - Learn how to build a backend API (REST + GraphQL) with NestJS, Prisma & PostgreSQL. We'll also cover unit testing, too!
🌐
Medium
medium.com › @tekrajpant224 › develop-graphql-api-server-with-nestjs-prisma-and-postgresql-37d26e85fc27
Create GraphQL API with NestJS, Prisma, and PostgreSQL | by Tek Raj Pant | Medium
September 5, 2023 - Now we have to generate the object types, inputs, args, etc. from the Prisma schema file so that we can directly use them in the NestJS project. To create these types I’ve used prisma-nestjs-graphql.
🌐
DEV Community
dev.to › tkssharma › prisma-orm-with-node-jsnest-js-1j7g
Prisma ORM with Node JS/Nest JS - DEV Community
March 17, 2022 - Prisma helps app developers build faster and make fewer errors with an open-source database toolkit for PostgreSQL, MySQL, SQL Server, SQLite, and MongoDB (Preview). from https://www.prisma.io/ Prisma is an open-source next-generation ORM.