Persistence
Relational vs object DB
Select all the sound reasons to pick a SQLite-backed relational store (Core Data, SwiftData, GRDB) over a document or object database such as Realm for an iOS app's local storage.
Pick all that apply
Relational vs object DB
Select all the sound reasons to pick a SQLite-backed relational store (Core Data, SwiftData, GRDB) over a document or object database such as Realm for an iOS app's local storage.
Pick all that apply
PersistenceShort answerBasics
A teammate says "Core Data is heavy and hard to understand, let's use SQLite directly (or…
#sqlite #realm
PersistenceShort answerBasics
Which requirements push you to Core Data (or SwiftData) instead of UserDefaults or a plai…
#sqlite
PersistenceMultiple choiceExpert
You want a widget extension to read the main app's SwiftData/Core Data store. Select all …
#sqlite
PersistenceShort answerAdvanced
You're given 15 minutes to design a key-value store whose values carry an expiry time. se…
#sqlite