← Back to Changelog

Prisma ORM v7.6.0: prisma postgres link and Studio dark mode

v7.6.0
March 27, 2026
Prisma ORMPrisma Postgres

ORM

Features

CLI

  • #29352: Added a new prisma postgres link command that connects a local project to a Prisma Postgres database.

This is the first command in a new prisma postgres command group for managing Prisma Postgres databases directly from the CLI.

Driver Adapters

  • #29395: @prisma/adapter-pg adds a statementNameGenerator option for custom prepared statement naming and pg statement caching
  • #29287: @prisma/adapter-pg now supports passing connection strings directly to the constructor
  • #29392: @prisma/adapter-mariadb adds a useTextProtocol option to toggle between text and binary protocols

Bug fixes

Prisma Client

  • #29382: Disabled caching of createMany queries to avoid cache bloat and potential Node.js crashes in bulk operations
  • #28724: Made NowGenerator lazy to avoid synchronous new Date() calls, fixing Next.js dynamic usage errors in cached components
  • #29346: Fixed missing export of Get GroupByPayload type in the new prisma-client generator

CLI

  • #29377: Added streaming parsing with automatic fallback for very large Prisma schemas that can hit V8 string limits

Driver Adapters

  • #29390: Relaxed the @types/pg version constraint to ^8.16.0
  • #29307: Corrected ColumnNotFound error handling so column names are extracted from both quoted and unquoted PostgreSQL messages
  • #29392: Disabled mariadb statement caching by default to address a reported leak

Prisma Studio

Prisma Studio keeps improving in v7.6.0 with several highly requested features.

Dark mode

Dark mode is back in Prisma Studio.

Copy as Markdown

You can now copy one or more rows as either CSV or Markdown.

Multi-cell editing

It is now possible to edit multiple cells while inspecting your database. If you make changes, Studio will prompt you to either save or discard them.

Back relations

Prisma Studio now links to related records when your data references another table, making it easier to inspect relationships and move between connected data.

Generative SQL with AI

Instead of manually writing SQL, you can now use natural language and AI in Studio to generate the SQL statements you need when inspecting your database.

Enterprise support

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.

With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.