modo-studio / SugarRecord

CoreData/Realm sweet wrapper written in Swift
MIT License
2.11k stars 223 forks source link

Replace Context with NSManagedObjectContext #326

Closed pepicrft closed 6 years ago

pepicrft commented 7 years ago

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