heyo! when doing an interactive transaction is it ...
# orm-help
a
heyo! when doing an interactive transaction is it necessary to use the
prisma
instance made available in the callback or can you use the
prisma
instance on which you called
$transaction
?
1
n
Hey Adrien 👋 you should be using the instance made available in the callback 🙂
a
Thought so, thanks for confirming!