sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling Core Data To-Many relationships

ruipfcosta opened this issue · comments

Hi @sergdort I'm wondering what would be the best way to approach Core Data To-Many relationships using this architecture?
Calling asDomain()on both sides of the relationship (assuming a To-Many relationships on both sides) would end up in a circular dependency.