Prisma ORM v6.2.0: omit API is now GA
Prisma ORM v6.2.0: omit API is now GA
Prisma ORM 6.2.0 might be a minor release, but the changes in it are major. In this release we are moving the omit API (our most requested feature) to Generally Available. You can now use the omit API without a Preview feature flag!
6.2.0 also includes some other highly requested features:
jsonandenumfields in SQLiteupdateManyAndReturnsupport- Support for auto-generated ULID values
As always, check out the release notes for all the details.
🤖 Ask AI makes its way to the Console
We’ve been using kapa.ai in our docs for a while now and have nothing but good things to say! So much so that the Ask AI functionality is now integrated in the Prisma Console. You can get answers tailored for you and the content you’re viewing 🤩
🔍 New Optimize recommendations
We’re continuing to improve Prisma Optimize with five new recommendations to help your database’s performance:
- PostgreSQL: Recommend using
CURRENT_TIMESTAMP/LOCALTIMESTAMP/CURRENT_DATE/LOCALTIMEinstead ofCURRENT_TIME - Recommend removing index on similar sorted set of columns when unique constraint exists
- Recommend avoiding long-running transactions
- Recommend removing unnecessary indexes
- Recommend avoid storing large objects/blobs (like images) in the database
📈 Over 15B Accelerate queries and 10K Prisma Postgres Databases
It seems like just yesterday that Prisma Accelerate hit a billion queries, but now we’re soaring past that. In addition to 15 billion Prisma Accelerate queries, we’re also happy to see our newest product, Prisma Postgres, hit ten thousand databases created. Thank you to everyone who has tried out Prisma Postgres during Early Access!
✍️ New content in the Prismasphere
The weather might be cooling down this winter, but our team’s writing is heating up! Over the past three weeks we talked about:
- The Top 5 Myths about Prisma ORM and how we’ve improved over the past few years.
- Building a real-time app with Prisma Pulse, Socket.io, and Next.js to make sure that your PrismaHut pizza is on time, every time.
- Picking the join strategy that works best for you. Yes, that does mean you can do DB-level joins 😱
- Utilizing multiple schema files to organize your DB with our
prismaSchemaFolderPreview feature! - A new guides section of our docs that serves as your one-stop shop for step-by-step Prisma guides.
And much more! Be sure to check out our X, Bluesky, and YouTube accounts for all the latest content.
🤝 Share our posts near and far
As you might have noticed on this exact page, we now have a new share feature! Across our blog and changelog we have an easy share button for X, Bluesky, LinkedIn, and beyond!