How TypeScript 4.9 `satisfies` Your Prisma Workflows

December 01, 2022

TypeScript's new satisfies operator allows some new, type-safe patterns that previously required lengthy type annotations or tricky workarounds. This article covers several use cases where it helps you with common Prisma-related workflows.

Database Metrics with Prisma, Prometheus & Grafana

October 17, 2022

Prisma's metrics feature gives you detailed insights into how Prisma interacts with your database. In this tutorial, you will learn how to use metrics to monitor your database using Prisma, Prometheus and Grafana.