Blog

EducationMarch 31, 2023

Building a REST API with NestJS and Prisma: Authentication

In this tutorial, you will learn how to implement JWT authentication with NestJS, Prisma and PostgreSQL. You will also learn about salting passwords, security best practises and how to integrate with Swagger.

EducationMarch 24, 2023

The Ultimate Guide to Testing with Prisma: CI Pipelines

Learn how to set up a CI pipeline to automatically run tests against your application that uses Prisma.

EducationMarch 23, 2023

Building a REST API with NestJS and Prisma: Handling Relational Data

In this tutorial, you will learn how to handle relational data in a REST API built with NestJS, Prisma and PostgreSQL. You will create a new User model and learn how to model relations in the data layer and API layer.

EducationMarch 2, 2023

The Ultimate Guide to Testing with Prisma: End-To-End Testing

Learn all about end-to-end testing, how to set up a testing environment and how to write tests using Playwright and Prisma.

EducationFebruary 14, 2023

The Ultimate Guide to Testing with Prisma: Integration Testing

Learn about how to plan, set up and write integration tests for your API.

EducationJanuary 31, 2023

The Ultimate Guide to Testing with Prisma: Unit Testing

Learn about what unit testing is and how to approach it in an application using Prisma Client.

AnnouncementJanuary 20, 2023

Restructuring Prisma

Restructuring Prisma

AnnouncementJanuary 16, 2023

Introducing Accelerate in Early Access

Query up to 1000x faster on any Prisma-supported database with our new distributed cache and scalable connection pool for Serverless apps.

AnnouncementJanuary 3, 2023

Prisma Is Expanding Its Executive Team

Announcement about new COO joining Prisma

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.