This library is a thin wrapper around RealmSwift ( Realm Docs ) heavily based on the amazing job on RxRealm
It is a WORK IN PROGRESS, not ready for PRODUCTION.
This library depends on RealmSwift 1.0+.
CombineRealm requires CocoaPods 1.1.x or higher.
CombineRealm is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CombineRealm"
- Carthage
- SPM (Support from realm still pending)
- Test
- Handle errors when type does not match publisher type
- Add helpers to observe object changes
- Add Realm operations (add, update, delete...)
bitomule, [email protected]
CombineRealm is available under the MIT license. See the LICENSE file for more info.