Ever needed to change your data as well as your schema in a migration?
Don’t want to write raw SQL by hand?
In Prisma Next you can write your migrations in TypeScript using the same query builder you use in your application code.
Prisma 7 AMA is open.
Curious about usage, performance, or what’s changed under the hood?
Drop your questions in the 🧵
We’ll collect them, get answers from our engineers & publish a blog with the highlights.
Prisma 7 AMA is open.
Curious about usage, performance, or what’s changed under the hood?
Drop your questions in the 🧵
We’ll collect them, get answers from our engineers & publish a blog with the highlights.
Prisma 7 is here!
🦀 Rust-free Prisma Client as the default
💪 90% smaller bundle size & 3x faster queries
🔌 Direct connections to Prisma Postgres
We've been building towards this for months, so let's see what's in this release 🧵
@techwithderrick What are the errors you are seeing? 10 failed migrations seems odd and nothing something that just happens because of using Prisma ORM
@thekitze Hey @thekitze anything I can help with? Based on the screenshot im not really sure what the problem you are experiencing is. db push is not our suggestion for production. Is there a scenario where you have to use db push vs migrate? I would love to know more and help if possible
@SeoKing23@Tahabsn @ashleybcha This isnt something Prisma just does on its own. We have documentation that helps troubleshoot this as well :) https://t.co/JVB4DJq2nv
If your platform generates apps, you can now get them live in minutes without needing to manage infra! 🚀
We have partnered with @vercel to offer instant app deployments.
Perfect for AI dev tools, or no-code and learning platforms.
How will you use it?
https://t.co/ZBKeq491cF
@boofyBurner You might need to use a connection pooler. That seems to be what others have done in your situation. This is just an assumption though as Im not fully aware of what your project is. But look into using a connection pooler with Prisma and Vercel. Prisma Accelerate is a good choice
@tylermac@astuyve Have you tried our feature TypedSQL? You can write straight up .sql files and import them into your code with type safety.
https://t.co/EFTlxHu9FN