core-data-publisher

0.1.0

Combine Publisher for your Core Data entities.
Gamec/core-data-publisher

What's New

0.1.0

2023-08-31T09:39:13Z

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

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Mar 20 2024 02:50:42 GMT-0900 (Hawaii-Aleutian Daylight Time)