Aliheym / typeorm-transactional

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.
MIT License
201 stars 27 forks source link

feat: add support for using `DataSource` and `EntityManager` with transactional #3

Closed Aliheym closed 2 years ago

Aliheym commented 2 years ago

Thanks @Migushthe2nd for issue https://github.com/Aliheym/typeorm-transactional/issues/2.