Prisma Makes Transactions so Easy!

preview_player
Показать описание
🌎 Follow me here:
Рекомендации по теме
Комментарии
Автор

Didn't know about this concept in databases. Awesome! 🚀🚀🚀

ThiagoVieira
Автор

this was one of the best youtube shorts ever. concise and to the point.

Yusuf-okrk
Автор

DUUUDE, thank you for telling all the needed information in under 1minute and saving me all this time <3

kristiyanpeev
Автор

Really love your channel and short videos. Your are doing so much for us❤

jaycodes
Автор

Thank you so much for all the life changing videos you create! Would love it if you could do a small short or an introductory video on Mongodb transactions?

deathdefier
Автор

your the best, exactly what i was looking for

ogtgabriel
Автор

Sensei. Can you create video on prisma. I wanna have good grasp about prisma

spellsaif
Автор

very cool abstraction as always.
but why wouldn't you add then decide whether to subtract or not?

anasouardini
Автор

Or just use pool inner connections with try catch causes

munakusik
Автор

But would this work when you need to perform a check after each database calls

awefrancisolawumi
Автор

create a video on how to use MongoDB transactions with nodejs

mohsinirfan
Автор

Just wondering how would we handle a case where a database query depends on result of a previous database query and we want to wrap all these queries in a transaction?

hahahahah
Автор

How does that transaction function makes sure if one fail then all fail? Lets say the last call fail now what it will do is forcefully failed previous calls while actually gone success???

EngineBoy
Автор

is it more or less efficient than writing the queries separately? I heard it affects concurrency badly

danielli
Автор

So transaction is basically a Promise.all wrapper?

Maaaaars
Автор

Can any help me in achieving same concept in TypeORM?

itsVivek
Автор

Thanks, i have a question what if one of these queris need to use the result of the previous query. how i can do that?

mohammedsalah
Автор

Guys learn the basics of databases before uaing an abstraction like an ORM. If you don't know how a db transaction works go back 1 step

junior.santana