bitomule / CombineRealm

Combine extension for RealmSwift's types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CombineRealm

CI Status Version License Platform

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.

Installation

This library depends on RealmSwift 1.0+.

CocoaPods

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"

TODO

  • 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...)

Author

bitomule, bitomule@gmail.com

License

CombineRealm is available under the MIT license. See the LICENSE file for more info.

About

Combine extension for RealmSwift's types

License:MIT License


Languages

Language:Swift 92.0%Language:Ruby 8.0%