We've made a ton of perf improvements over the years but we're definitely not done 💪 If you need help working with a slow query, let's talk!
@TheWalrus_45Күн бұрын
The new join strategy has a bug where it doesn't handle null values.
@subh_82082 күн бұрын
Wow. I started of with Prisma, and now a drizzle fan boy.. I guess, it's time to move back to Prisma. Thanks for the great work team!
@27sosite732 күн бұрын
wow nice! I USUALY HEAR THE OPPOSIT
@codernerd70762 күн бұрын
Yeah the changes that Prisma made. make Drizzle kinda pointless and just one ORM that doesn't got all of Prisma features
@UwU-dx5huКүн бұрын
@@codernerd7076 lame.
@logeshkumarrajkumar8612 күн бұрын
Great come back guys. Keep doing this
@PrismaData2 күн бұрын
than you 🙏
@wandenreich7702 күн бұрын
love these videos keep them coming..also taking note of the work you guys are doing to improve prisma..it is much appreciated
@sumitpadalkar48352 күн бұрын
Prisma is an amazing ORM with great developer experience, and I love how fast queries are! However, support for edge environments would make it even better and help developers like me stick with Prisma instead of exploring other ORMs. Keep up the great work.
@ankurdatta11862 күн бұрын
Hey, I’m Ankur from Prisma 👋. Prisma ORM can be used in the edge via driver adapters.
@imdkbjКүн бұрын
Hey Ankur, Can you please share the reference documents for the same.
@exactzero2 күн бұрын
Time to go back and try all the new shiny stuff in Prisma
@PrismaData2 күн бұрын
let us know if you need a hand!
@jitxhereКүн бұрын
At this point how much impact will the prisma moving engine to ts will have?
@InfoVerseNetwork2 күн бұрын
Is the new prisma edge compatible?
@furboxOficialКүн бұрын
Yo estoy usando prisma en 2 proyectos que hacen scraping a muchas paginas 3 veces al dia y guardo toda la informacion con prisma usando sqlite y lo hace tan rapido que me sorprende crea mas de 4000 registros en cada operacion y las consultas son super rapidas. actualmente veo que uso la version 5.1.1 pero hare un upgrade a ver que tal me va.
@adityaanuragi6916Күн бұрын
Is Drizzle ORM slow? Next week probably
@hussienaitbella49682 күн бұрын
I prefer kysely 🔥
@NightstalkerKK2 күн бұрын
when are you getting rid of rust binary? so i don't have to move mountains trying to use prisma in serverless environment
@PrismaData2 күн бұрын
we're moving away from Rust to TypeScript for the query engine! no firm dates or anything but the work is happening now ✌
@jayantissar2 күн бұрын
i love to use prisma, but please make it more compatible witih edge runtimes frameworks like hono js, its a headache to set up prisma when used with honojs/wrangler app
@ankurdatta11862 күн бұрын
Hi 👋, could you share specifically what are the pain points of setting it up for edge runtimes?
@27sosite732 күн бұрын
ty m8
@omariyassinee2 күн бұрын
Except whent it comes to nextjs middleware 😭
@PrismaData2 күн бұрын
what happens with nextjs middleware?
@Sammy-km9zk2 күн бұрын
The next js middleware uses the edge runtime
@ankurdatta11862 күн бұрын
@@Sammy-km9zkPrisma works in edge runtimes via driver adapters. Did you get a chance to try it?