
Ankur Datta
Bloom Filters in Postgres: The Index Type Most Developers Overlook
One bloom index can replace a stack of B-trees on wide tables with many filter combinations. A tour of the concept, the Postgres extension, and a benchmark you can run yourself.
Prisma Next Early Access: Write Your Contract, Prompt Your Agent, Ship Your App
Prisma Next is open for Early Access. Define your data layer as a contract and the framework handles migrations, type-safe queries, and continuous upgrades, safe to delegate to your agent.
Prisma Next: A Call for Extension Authors
Prisma Next has a tiny core that knows nothing about specific databases. Postgres, vector search, and JSON-with-schema are extensions, on the same surface that's open to you. An invitation to build.
Data Migrations in Prisma Next
Write data migrations in TypeScript with Prisma Next. Backfill columns and transform data alongside schema changes using a type-safe query builder.
You Don't Need Redis, Postgres Already Has Pub/Sub
Postgres includes a lightweight Pub/Sub mechanism through LISTEN and NOTIFY. In this post, you'll build a small real-time Pub/Sub app with Bun, pg, and Prisma Postgres.
TypeScript Migrations in Prisma Next
In Prisma Next, migrations are TypeScript files you can read, edit, and re-run with confidence. Every step is verified before it runs and again after, and every failure points directly at the operation that caused it.
Announcing Query Insights For Prisma Postgres
Query Insights gives you built-in visibility into how your database queries behave in production. It is included in Prisma Postgres and works out of the box without any setup.
The Next Evolution of Prisma ORM
A look at Prisma Next, a ground-up rethink of Prisma that improves queries, extensibility, migrations, and AI-friendly workflows while keeping Prisma’s schema-first approach.
Prisma 7 AMA: Clearing Up the Why Behind the Changes
Prisma 7 introduces major architectural changes. We answer community AMA questions on performance, database support, the new client generator, and what’s next.
Why Prisma ORM Checks Types Faster Than Drizzle
Discover why Prisma ORM outperforms Drizzle ORM in TypeScript type checking. Our benchmarks show Prisma checks queries 72% faster on average, thanks to code generation that keeps editors snappy and CI runs smooth.
Prisma 6.9.0: Rust-Free ORM in Preview, Connect To Prisma Postgres With Any Tool, & More
Explore Prisma 6.9.0: Connect any tool to Prisma Postgres (Drizzle, Kysely, etc.), try the new Rust-free Prisma ORM for PostgreSQL & SQLite, run local Prisma Postgres with persistent data, and manage databases via a new VS Code UI.
Prisma 6.8.0: VS Code Agent Mode, Local Prisma Postgres, Native Deno Support
With Prisma 6.8.0, spin up a local Postgres instance in seconds, create databases with VS Code Agent Mode, query docs via GitHub Copilot, and run Prisma ORM natively on Deno.
Working With Data in Large Teams
Scale your data workflows without slowing down your team. This guide helps engineering leads adopt CI for database changes, define clear ownership, and balance velocity with safety using proven patterns like expand-contract and schema validation.
Make Your Applications Fast Globally
Speed up edge and serverless apps by fixing database latency, cold starts, and slow queries.
Announcing On-Demand Cache Invalidation for Prisma Accelerate
Boost app performance with precise control using Prisma's on-demand cache invalidation.
Introducing Prisma Nuxt: Simplifying Data Management for Nuxt Apps
Use Prisma ORM in your Nuxt.js app easily with the Prisma Nuxt module for type-safe queries and database management.
Saving Black Friday With Connection Pooling
Ensure stability and performance during high traffic periods with Prisma Accelerate's connection pooling
Increase Database Security With Static IP Support in Prisma Accelerate
Prisma Accelerate now supports Static IPs, ensuring secure database connections with predictable IPs for controlled access.
Introducing Platform Environments
Introducing Platform Environments & Early Access Prisma Data Platform integration to Prisma CLI.
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.
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.








