Swiftpack.co - Gamec/core-data-publisher as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Gamec.
Gamec/core-data-publisher 0.1.0
Combine Publisher for your Core Data entities.
⭐️ 1
🕓 4 weeks ago
iOS macOS tvOS
.package(url: "https://github.com/Gamec/core-data-publisher.git", from: "0.1.0")

CoreDataPublisher

Combine Publisher for your Core Data entities.

Usage

import CoreDataPublisher

let fetchRequest = Entity.fetchRequest()
let entities: AnyPublisher<[Entity], Never> = managedObjectContext.publisher(for: fetchRequest)

Installation

You can add CoreDataPublisher to your Xcode project by adding it as dependency.

https://github.com/Gamec/core-data-publisher

Or you can add it to SPM by editing your Package.swift file:

dependencies: [
    .package(url: "https://github.com/Gamec/core-data-publisher", from: "0.1.0")
]

License

MIT license

GitHub

link
Stars: 1
Last commit: 4 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

0.1.0
4 weeks ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics