groue / GRDBCombine

GRDB ❤️ Combine
MIT License
223 stars 16 forks source link

Remove the @DatabasePublished property wrapper #21

Closed groue closed 4 years ago

groue commented 4 years ago

The @DatabasePublished property wrapper was ill-designed, and has been removed.

The view model of the demo application has been rewritten with a plain ValueObservation publisher.

Our goal is to eventually bring something similar to @FetchRequest, when it becomes possible.

bellebethcooper commented 4 years ago

Thanks for rewriting the demo! I find it the best way to figure out how things work :)

groue commented 4 years ago

Thank you @bellebethcooper!