December 3, 2025 - Prisma ORM and Extensions Update
Prisma ORM Features:
- Resolved pnpm monorepo issues with
@prisma/client-runtime-utilsTypeScript conflicts - Implemented SQL commenter plugins for Prisma Client following the sqlcommenter format
- Implemented query tags for SQL commenter plugin
- Added
traceContextSQL commenter plugin - Improved
env()helper to accept interface-based generics, removing constraint on index signatures - Added error message when constructing PrismaClient without configs
- Marked
@opentelemetry/apias external in instrumentation to prevent duplicate package copies
Read Replicas Extension:
- Added support for Prisma 7
SQL Comments Feature:
Introduced SQL Comments support in Prisma 7.1.0, allowing metadata to be appended to SQL queries as comments for improved observability, debugging, and tracing. Supports basic usage with plugins like queryTags() and traceContext().
Fetched March 31, 2026
