pcah/python-clean-architecture

Domain: Factories/DAOs supporting Entity relations

lhaze opened this issue · 0 comments

lhaze commented

Elaborate and implement a simple approach to Factories or DAOs (not defined yet whose responsible for that) support relations between Entities. The expected outcome is a possibility to map a relationship between Entities either as two tables linked with a foreign key, or a column of structured value.

Part of #40.