https://github.com/ihacksubhodip/coredata-intermediate
Let's experiment with Coredata. Level - intermediate.
https://github.com/ihacksubhodip/coredata-intermediate
Last synced: 10 months ago
JSON representation
Let's experiment with Coredata. Level - intermediate.
- Host: GitHub
- URL: https://github.com/ihacksubhodip/coredata-intermediate
- Owner: iHackSubhodip
- Created: 2018-07-12T07:04:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T14:47:14.000Z (over 7 years ago)
- Last Synced: 2025-07-01T08:07:42.839Z (12 months ago)
- Language: Swift
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreData - Experiment.
## On this Journey, what I experimented for Core Data are described below:
### 1. Create, Read, Update, Delete Operations at Core Data.
### 2. Core Data Manager & Singleton context.
### 3. Core Data Migration -> Custom and Automatic lightweight.
### 4. Core Data versioning.
### 4. Core Data background context and threading.
## This repo contains all the source code implementation for the above items.
## To experiment diffent items, you've to comment out different pieces of code.