swiftdata-coredata-persistence
Installation
SKILL.md
SwiftData & CoreData Persistence
Overview
SwiftData and CoreData are NOT interchangeable. Each has specific strengths, migration traps, and performance patterns. Wrong framework choice or migration strategy causes production crashes.
Core principle: Choose framework based on app constraints, version models from day one, never store BLOBs in the database.