Replace Context with NSManagedObjectContext
pepicrft opened this issue · 0 comments
pepicrft commented
What
Make SugarRecord Core Data specific and get rid of the abstraction entity, Context
.
Context
We stopped giving support for Realm and focused on Core Data only. In order to get that support in the past, we needed to build some abstraction protocols, like Context
that don't make sense anymore.
Proposal
- Remove
Context
and update all the usages to useNSManagedObjectContext
instead. - Update the
README
to point out that SugarRecord is for Core Data only.