Nest.js transactions
Author: Tymoteusz Dzienniak
The problem
In almost all business class software that talks with DB we need to manage transactions. We need a way to do this cleanly, effectively and play nicely with Node.js' way of doing stuff.
In almost all business class software that talks with DB we need to manage transactions. We need a way to do this cleanly, effectively and play nicely with Node.js' way of doing stuff.