Slide 20
Slide 20 text
Misconception that CoreData is not RDB
CoreDataRDBͰͳ͍ͱ͍͏͜ͱͷޡղ
• Apple just says it for marketing purposes
• Support for data stores other than SQLite (Binary, XML, In-Memory)
• SwiftData supports SQLite only. Therefore, it is a wrapper for SQLite.
• Completely di
ff
erent, technically
• CoreData is object graph manager
• Object graph is groups of objects form a network through their relationships
with each other.
In short, it is a collection of objects.