Blog

ReleaseDecember 29, 2022

What's new in Prisma? (Q4/22)

Here’s all you need to know about the Prisma ecosystem and community from August to December 2022.

EducationDecember 22, 2022

The Ultimate Guide to Testing with Prisma: Mocking Prisma Client

Learn about mocking and spying, why they are useful, and how they can be done with Prisma Client.

AnnouncementDecember 21, 2022

Prisma Playground: An Interactive Learning Experience for Prisma

Explore the Prisma Client API to send database queries and Prisma Migrate worklfows to evolve your database schema in an interactive environment.

ReleaseDecember 19, 2022

Prisma Client Just Became a Lot More Flexible: Prisma Client Extensions (Preview)

Learn how Prisma Client extensions (Preview) enable a variety of new use cases for the Prisma ORM.

EducationDecember 14, 2022

Building a REST API with NestJS and Prisma: Error Handling

In this tutorial, you will implement error handling in a NestJS application. You will learn two ways to handle errors: directly in your application code and by creating an exception filter.

EducationDecember 1, 2022

How TypeScript 4.9 `satisfies` Your Prisma Workflows

Learn how TypeScript 4.9''s new `satisfies` operator can help you write type-safe code with Prisma

EducationOctober 17, 2022

Database Metrics with Prisma, Prometheus & Grafana

This tutorial will help you to get started with Prisma's metrics feature. Learn how to integrate metrics into a web server using Prometheus and Grafana.

EducationOctober 12, 2022

Improving Query Performance with Indexes using Prisma: Hash Indexes

Learn how you can optimize a slow database query in your application with a Hash index using Prisma

EducationSeptember 16, 2022

Improving Query Performance with Indexes using Prisma: B-Tree Index

Learn how you can optimize a slow database query in your application with a B-Tree index using Prisma

EducationSeptember 6, 2022

Improving Query Performance with Indexes using Prisma: Introduction

Learn the fundamentals of database indexes: what they are, the problem they solve, and their benefit and cost

EducationSeptember 5, 2022

Monitor Your Server with Tracing Using OpenTelemetry & Prisma

This tutorial will help you to get started with Prisma's tracing feature and OpenTelemetry in Node.js. Learn how to integrate tracing and OpenTelemetry into a web server built with Express and Prisma.

EducationSeptember 1, 2022

End-To-End Type-Safety with GraphQL, Prisma & React: Codegen & Deployment

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through setting up code generation to allow you to keep your TypeScript types in sync across your frontend and API. You will also deploy your completed project.