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

Does this package cause a great breaking change to the " odavid/typeorm-transactional-cls-hooked" #30

Open Caesarsage opened 1 year ago

Caesarsage commented 1 year ago

As the package https://github.com/odavid/typeorm-transactional-cls-hooked does not support transaction for new nestJS version , how much changes will this affect my codebase aready written in https://github.com/odavid/typeorm-transactional-cls-hooked ?

sunjoong85 commented 1 year ago

odavid/typeorm-transactional-cls-hooked dose not work on TypeORM version 0.3.x.

Caesarsage commented 1 year ago

@sunjoong85 yeah i am aware of that, I am asking if rewriting my codebase with Aliheym / typeorm-transactional will not cause much breaking point ?