Persistence
Core Data vs SQLite
A teammate says "Core Data is heavy and hard to understand, let's use SQLite directly (or GRDB)." What's the real difference between the two approaches?
Core Data vs SQLite
A teammate says "Core Data is heavy and hard to understand, let's use SQLite directly (or GRDB)." What's the real difference between the two approaches?
PersistenceShort answerBasics
Which requirements push you to Core Data (or SwiftData) instead of UserDefaults or a plai…
#core-data #sqlite
PersistenceMultiple choiceBasics
Select all the sound reasons to pick a SQLite-backed relational store (Core Data, SwiftDa…
#sqlite #realm
PersistenceShort answerBasics
A legacy app leans on Realm heavily. As the new hire you're asked whether to stay on Real…
#core-data #realm
PersistenceShort answerIntro
A new iOS project has to store a favorites list, the login session, downloaded PDFs, and …
#core-data