Notifications

No recent security alerts.

Prisma

Hybrid

Prisma 7.3.0 introduces a new compilerBuild option for performance tuning, raw query optimizations, and critical fixes for BigInt precision and SQLite compatibility.

Repo ZH
Stars
0
Contributors
0
Health Score
0
Last Release
N/A
Overview

Prisma 7.3.0 adds a configurable compilerBuild option ('fast' or 'small') to optimize query compilation for speed or bundle size. Raw queries now bypass the query compiler for lower overhead. The release also updates MSSQL to v12.2.0, pins better-sqlite3 to avoid a SQLite bug, reverts a breaking change in @map enum behavior, and fixes BigInt precision loss in JSON aggregations by casting to text.