Prisma ORM v7.6.0: prisma postgres link and Studio dark mode
Prisma ORM v7.6.0: prisma postgres link and Studio dark mode
ORM
Features
CLI
- #29352: Added a new
prisma postgres linkcommand 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-pgadds astatementNameGeneratoroption for custom prepared statement naming andpgstatement caching - #29287:
@prisma/adapter-pgnow supports passing connection strings directly to the constructor - #29392:
@prisma/adapter-mariadbadds auseTextProtocoloption to toggle between text and binary protocols
Bug fixes
Prisma Client
- #29382: Disabled caching of
createManyqueries to avoid cache bloat and potential Node.js crashes in bulk operations - #28724: Made
NowGeneratorlazy to avoid synchronousnew Date()calls, fixing Next.js dynamic usage errors in cached components - #29346: Fixed missing export of
Get GroupByPayloadtype in the newprisma-clientgenerator
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/pgversion constraint to^8.16.0 - #29307: Corrected
ColumnNotFounderror handling so column names are extracted from both quoted and unquoted PostgreSQL messages - #29392: Disabled
mariadbstatement 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.