Transactions in NestJS and TypeORM Without Passing the EntityManager Around

작성자

카테고리:

← 피드로
DEV Community · José Carlos García · 2026-08-19 개발(SW)

Transactions promise a simple guarantee: either everything commits, or nothing does. And yet, in a NestJS application with a repository layer, it is perfectly possible to run a rollback with no errors and then find a row still sitting in the database that should have…

원문 보기 ↗