CleanArchitectureRxSwift
CleanArchitectureRxSwift copied to clipboard
Handling Core Data To-Many relationships
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.