RxCoreData
RxCoreData copied to clipboard
RxSwift extensions for Core Data
Swift package manager support would be a nice to have. I create PR for this.
Add notification based `NSManagedObjectContext` change observation. This adds two extra reactive extension to `NSManagedObjectContext`: 1. Observable for any context changes 2. Observable for object change in context This would allow...
Carthage support would be a nice to have. I am happy to add it, if you are guys are cool with it.
Hi does the library make use of NSFetchResultController? Any example for demonstration?
IMHO, mapping `domain` objects to `NSManagedObject` and vice-versa shouldn't be part of this library, main target is `rx` extensions of CoreData. (Mainly doing same as [RxRealm](https://github.com/RxSwiftCommunity/RxRealm))
I think @samscam initially created this repo, but hasn't been active lately. That's totally fin! Open source is all volunteer-based. But we should discuss future stewardship of this project.
Hello. I have some problems with the addition of relations RxCoreData. I think it would be nice if you add some examples to show how to do it.
Set create + get from private to public (very useful)