Blog

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.

EducationAugust 30, 2022

End-To-End Type-Safety with GraphQL, Prisma & React: API Prep

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through setting up a TypeScript project, a PostgreSQL database, and Prisma.

EducationAugust 29, 2022

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

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through building a type-safe GraphQL API

EducationAugust 24, 2022

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

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through building a type-safe React app that accesses a GraphQL API.