Blog

AnnouncementAugust 10, 2023

Accelerate in Preview: Global Database Cache & Scalable Connection Pool

Accelerate is going into Preview! Learn how to enable high-speed, scalable applications with a global cache and connection pooler.

AnnouncementAugust 1, 2023

Developer Experience Redefined: Prisma & Cloudflare Lead the Way to Data DX

Prisma introduces Data DX and announces a partnership with Cloudflare

EducationJuly 19, 2023

Database Caching: A Double-Edged Sword? Examining the Pros and Cons

Discover the advantages and hurdles of caching database query results. Learn how caching enhances performance, scalability, and resource utilization, while also delving into the associated challenges.

AnnouncementJuly 12, 2023

Prisma 5: Faster by Default

Prisma 5.0.0 introduces new changes that make it significantly faster. These changes especially improve the experience using Prisma in serverless environments.

ORMJune 22, 2023

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.

AnnouncementJune 16, 2023

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.

ServerlessMay 25, 2023

Overcoming Database Challenges in Serverless & Edge Applications

Learn best practices around deploying stateful apps in traditionally stateless environments.

ServerlessMay 16, 2023

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.

ServerlessMay 1, 2023

Best Practices To Speed Up Your Serverless Applications

Learn about some best practices to speed up your serverless applications using Prisma.

ServerlessApril 21, 2023

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.

EducationApril 17, 2023

Adding Database Access to your SvelteKit App with Prisma

Learn how you can interact with a database from a SvelteKit application using Prisma.

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.