Change8

6.19.0

📦 prismaView on GitHub →
4 features🐛 2 fixes🔧 4 symbols

Summary

Prisma 6.19.0 introduces connection pooling for Prisma Postgres, local database support in the VS Code extension, and various ORM improvements to prepare for the v7 major release.

Migration Steps

  1. Review project configuration to adopt the Unified Prisma Config (prisma.config.ts).
  2. Transition from 'prisma-client-js' to 'prisma-client'.
  3. Update 'engine' and 'datasource' keys in prisma.config.ts if applicable.

✨ New Features

  • Added support for connection pooling in Prisma Postgres by appending ?pool=true to the connection string.
  • Added support for using local Prisma Postgres databases in the VS Code extension without requiring a login.
  • Added Biome ignore comments to generated Prisma Client files.
  • Aligned naming conventions for fields and relation fields.

🐛 Bug Fixes

  • Fixed issue where dropping a model from a schema would incorrectly append the default schema to the migration.
  • Fixed VS Code extension suggestion where previewFeatures = "" resulted in an incorrect "[]" value.

🔧 Affected Symbols

prisma-client-jsprisma-clientprisma.config.tspreviewFeatures