---
title: "Prisma ORM 7.2.0 Released: CLI Improvements, Bug Fixes & Better Configs"
url: https://daily.dev/posts/prisma-orm-7-2-0-released-cli-improvements-bug-fixes-better-configs-8hwab2qqk
source_url: https://www.prisma.io/blog/announcing-prisma-orm-7-2-0
type: article
source: "Prisma Blog"
published: 2026-05-31T07:44:37.098Z
updated: 2026-08-24T07:01:45.930Z
tags: ["nodejs", "backend", "postgresql", "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.2.0 Released: CLI Improvements, Bug Fixes & Better Configs

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

## Summary

Prisma ORM 7.2.0 is out with several CLI improvements and bug fixes. Key changes include the return of the --url flag for prisma db subcommands (removed in v7 but restored after community feedback), runtime-specific prisma init output that generates different configs for Bun vs Node environments, the ability to run prisma generate without a defined database URL, improved error messages for missing URLs, and a fix for the [DecimalError] bug affecting @db.Money values over 999.99 in PostgreSQL.

## Full article

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

---

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

[View this post on daily.dev](https://daily.dev/posts/prisma-orm-7-2-0-released-cli-improvements-bug-fixes-better-configs-8hwab2qqk)
