sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift
MIT License
3.88k stars 494 forks source link

Handling Core Data To-Many relationships #91

Open ruipfcosta opened 2 months ago

ruipfcosta commented 2 months ago

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.