NestJS decorator to undo all changes a method made to the database in case of failures
I want to create a NestJS decorator @Transactional()
for service methods that will undo all changes made to the database in case of failures.
I want to create a NestJS decorator @Transactional()
for service methods that will undo all changes made to the database in case of failures.