odavid / typeorm-transactional-cls-hooked

A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS
MIT License
522 stars 86 forks source link

Typeorm version update #111

Open minseop6 opened 2 years ago

minseop6 commented 2 years ago

Hi @odavid From typeorm version 0.3.x, connection manager is deprecated, So we must be used dataSource. Please check the revised pr.

https://github.com/odavid/typeorm-transactional-cls-hooked/issues/107

odavid commented 2 years ago

Hi @minseop6,

I apologize for the late response and I thank you for this contribution. At this stage, I sadly came to realization that I cannot maintain this project anymore.

As for the PR itself...

I am really sorry that I cannot help more than that at this stage...

micalevisk commented 2 years ago

here's an up-to-date(?) fork: https://github.com/Aliheym/typeorm-transactional

ckawell-sb commented 2 years ago

@odavid can you please deprecate this package on npm? Thank you for your work on this, no worries if you don't have the time to maintain it anymore. Looks like the forked package(s) can take over its role.