Skip to content

This is an example of Core Data, a modern persistance framework of Swift

Notifications You must be signed in to change notification settings

CharryLee0426/CoreDataExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Core Data Example

Overview

Core Data is the modern persistence framework for Apple platforms development. By using this framework, you can get more power than using Sqllite or other tools. You can not only persist or cache data in a single device, but also sync data to muiltiple devices with CloudKit.

Core Data has many utilities that can match SwiftUI pretty well, such as Persistance, Undo/Redo, Background Data Task, Synchronization and Versioning & Migration.

About

This is an example of Core Data, a modern persistance framework of Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages