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
524 stars 86 forks source link

Ref to TypeOrm discussion about CLS & Transactions #10

Open nicomouss opened 5 years ago

nicomouss commented 5 years ago

This is not an issue. Just to make a link between this library and the discussion about Common Local Storage and Transactions in TypeOrm repo available here: typeorm/typeorm#1895

Very good work @odavid !