what are WWDC sessions about Core Data

Asked on 08/07/2024

1 search

Here are the WWDC sessions related to Core Data, specifically focusing on SwiftData, which is a modern framework that builds on Core Data's capabilities:

  1. What’s new in SwiftData

    • Chapters:
      • Introduction
      • Adopt SwiftData
      • Customize the schema
      • Unique macro
      • History API
      • Tailor a model container
      • Custom data stores
      • Xcode previews
      • Customize queries
      • Expression macro
      • Index macro
  2. Track model changes with SwiftData history

    • Chapters:
      • Introduction
      • Fundamentals
      • Transactions and changes
      • Custom stores
  3. Create a custom data store with SwiftData

    • Chapters:
      • Introduction
      • Overview
      • Meet DataStore
      • Example store
  4. Platforms State of the Union

    • Chapters:
      • Introduction
      • Apple Intelligence
      • Generative Tools
      • Xcode
      • Swift Assist
      • Swift
      • Swift Testing
      • SwiftUI
      • RealityKit
      • iOS
      • iPadOS
      • watchOS
      • macOS
      • visionOS
      • Native Experiences
      • Conclusion

These sessions cover various aspects of SwiftData, including its new features, how to adopt it, customizing data stores, and tracking model changes. SwiftData builds on Core Data's foundation, providing modern Swift language features and expanded capabilities for data persistence and management.