A Transactional Method Decorator for TypeORM that uses Async Local Storage or cls-hooked to handle and propagate transactions between different repositories and service methods.
Updated most of the tests to include checks for TypeORM entities: DataSource, Entity Manager, Repository/Custom Repository, Query Builder. I also improved the structure of tests.
Updated most of the tests to include checks for TypeORM entities:
DataSource
,Entity Manager
,Repository/Custom Repository
,Query Builder
. I also improved the structure of tests.