You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core Data hasn't lived up to it's potential here. Behind the scenes, it's just using SQLite anyways.
Using Mantle with core data was cool, but I don't think it provides very much. We can just use Mantle to turn JSON objects into model objects, and save them with SQLite. With some subclassing work, I think this will work great.
Also, we can then ensure our queries are as efficient as possible, and put the proper indexes on columns for really fast data workage.
Core Data is a mess of crying and death.
The text was updated successfully, but these errors were encountered: