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

Examples with different use cases, (different propagation and isolation levels) #33

Open ahmedjaad opened 1 year ago

ahmedjaad commented 1 year ago

For someone who's coming from the spring framework, I find this library very useful, I have one suggestion though, examples that show different usages of the transactional decorations with different use cases, (different propagation and isolation levels)