---
title: "Prisma ORM 7.3.0: Faster Query Compilation, Safer BigInt JSON, Better Adapters"
url: https://daily.dev/posts/prisma-orm-7-3-0-faster-query-compilation-safer-bigint-json-better-adapters-wdixwqnzq
source_url: https://www.prisma.io/blog/prisma-orm-7-3-0
type: article
source: "Prisma Blog"
published: 2026-05-31T07:44:44.558Z
updated: 2026-08-24T07:00:51.234Z
tags: ["backend", "postgresql", "sqlite", "prisma"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Prisma ORM 7.3.0: Faster Query Compilation, Safer BigInt JSON, Better Adapters

**[Prisma Blog](https://daily.dev/sources/prisma-blog)** · 3 min read · 0 upvotes · 0 comments

## Summary

Prisma ORM 7.3.0 ships several performance and reliability improvements. A new `compilerBuild` option lets developers choose between `fast` (default, larger footprint) and `small` (optimized for bundle size) query compiler builds. Raw queries via `$executeRaw` and `$queryRaw` now bypass the compiler path entirely, reducing latency. The MSSQL adapter is updated to v12.2.0, and the `better-sqlite3` adapter pins a fixed SQLite dependency to avoid a 3.51.0 regression. The mapped enum behavior introduced in 7.0 is reverted for better compatibility with Prisma 6 migrations. BigInt fields in `relationJoins` JSON aggregation are now cast to text to prevent silent precision loss in JavaScript.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.prisma.io/blog/prisma-orm-7-3-0>

---

Tags: [#backend](https://daily.dev/tags/backend), [#postgresql](https://daily.dev/tags/postgresql), [#sqlite](https://daily.dev/tags/sqlite), [#prisma](https://daily.dev/tags/prisma)

[View this post on daily.dev](https://daily.dev/posts/prisma-orm-7-3-0-faster-query-compilation-safer-bigint-json-better-adapters-wdixwqnzq)
