Blog
Stay up to date with the latest from Prisma. Guides, announcements, and articles about Prisma, ORMs, databases, and the data access layer.
Prisma Client Extensions Are Now Production Ready
Make Prisma Client do even more with Client extensions, now Generally Available. Extend your client, models, queries, and results to tailor Prisma Client to your use case.

Building on an Established Community: Prisma Now on Discord
Prisma is excited to expand the established Prisma Community Discord and further collaborate with the Prisma community.

Overcoming Database Challenges in Serverless & Edge Applications
Learn best practices around deploying stateful apps in traditionally stateless environments.

How Prisma & Serverless Fit Together
Learn about how Prisma views the evolution of deployment types, serverless and the edge, and the problems we want to solve in the space.

Best Practices To Speed Up Your Serverless Applications
Learn about some best practices to speed up your serverless applications using Prisma.

How We Sped Up Serverless Cold Starts with Prisma by 9x
Learn about the Prisma's goals, the hurdles we are overcoming, and how you can help.



Adding Database Access to your SvelteKit App with Prisma
Learn how you can interact with a database from a SvelteKit application using Prisma.

Building a REST API with NestJS and Prisma: Authentication
Learn how to implement JWT authentication in a NestJS REST API with Prisma ORM 7 and Passport: login endpoint, JWT strategy, auth guards, Swagger integration and bcrypt password hashing.

The Ultimate Guide to Testing with Prisma: CI Pipelines
How to run Prisma ORM unit, integration, and end-to-end tests in a GitHub Actions CI pipeline with a Postgres service. Verified with current action versions.


Building a REST API with NestJS and Prisma: Handling Relational Data
Learn how to handle relational data in a REST API built with NestJS and Prisma ORM 7: model a one-to-many relation, build user CRUD endpoints, and exclude sensitive fields from responses.

The Ultimate Guide to Testing with Prisma: End-To-End Testing
How to write end-to-end tests for a Prisma ORM app with Playwright, using page objects, fixtures, and Prisma Client for cleanup. Verified on Prisma 7.8.

The Ultimate Guide to Testing with Prisma: Integration Testing
How to integration test a Prisma ORM API against a real database with Vitest and Supertest, using a local Prisma Postgres. Verified on Prisma 7.8, Vitest 4.
