Omer Shahar

Results 2 comments of Omer Shahar

> @adrian-goe you could use https://nodejs.org/api/async_context.html#class-asynclocalstorage to implement your own `@Transactional()` decorator Thank you so much for the idea! I think I managed to create my own Transactional decorator: ```ts...

> Thank you so much for the idea! > I think I managed to create my own Transactional decorator: Hi @barnc @dvnkboi, I've decided to write everything I did here...