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.

3m read timeFrom prisma.io
Post cover image
Table of contents
Upgrading to 7.2Bringing back the --url flag to Prisma CLICustomized prisma init output based on JS runtimeOptional URL for prisma generate and better error messages[DecimalError] Invalid argument when using the @db.Money typeWhere to go nextParting Thoughts