iktakahiro / dddpy

Python DDD Example and Techniques
MIT License
571 stars 69 forks source link

question about uow #3

Closed Beki95 closed 1 year ago

Beki95 commented 1 year ago

and can you tell me why your uow pattern looks like this why not use a regular alchemy session that already has all the uow

iktakahiro commented 1 year ago

@Beki95 Hi, thank you for your comment and I apologize for my late response.

My short answer is: the UOW is simply an experimental implementation.

I also feel it's redundant and not practical. I plan to switch to a simpler approach for transaction handling within the framework.