Typescript ORM: https://typeorm.io/
Métodos do entityManager (findOne
, findOneBy
, etc..): https://typeorm.io/entity-manager-api
Decorator reference
https://typeorm.io/decorator-reference
Transações
Código que mostra o controle de transações em profundidade: https://github.com/typeorm/typeorm/blob/master/src/driver/postgres/PostgresQueryRunner.ts#L167