Shipped · Databases

What prisma/orm shipped

The public repository of Prisma · github.com/prisma/orm

Generated by FoxPlug from public activity — not affiliated with Prisma.

Get this for your repo — every week, automatically Follow orm's weekly shipped digest

Week of September 14, 2026

What shipped

Why it matters

This week brings table naming alignment with authored schema, modernizes SQL defaults syntax, and ships prepared query support for better performance. The changes improve the upgrade path from Prisma 7 and reduce friction in schema definition and inference.

Changelog entry

Post for X

[13][5][24] Prisma 8 now uses verbatim table names by default, writes SQL defaults as sql` ` literals, and supports prepared queries for faster row reads.

Post for LinkedIn

[13][5][24][25] This week Prisma 8 aligns table names with what you write (no more silent case transforms), modernizes SQL column defaults from dbgenerated() to sql` ` literals, and ships prepared queries for optimized row reads and includes. [16] The contract infer command now correctly prints nullable arrays. [18] Prisma 7 users can upgrade by pointing at their existing schema instead of hand-fixing inferred output.

Weeks with too little public activity are left out rather than filled in. Last updated 2026-09-27.