An open API service indexing awesome lists of open source software.

https://github.com/vamshiiitbhu14/backgroundcoredata

This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swift4 with a lot of reduction in boilerplate code. It also implements using a single managedobjectcontext.
https://github.com/vamshiiitbhu14/backgroundcoredata

background-sync coredata coredata-model coredatastack persistent-storage

Last synced: about 1 month ago
JSON representation

This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swift4 with a lot of reduction in boilerplate code. It also implements using a single managedobjectcontext.

Awesome Lists containing this project

README

        

# CoreDataBGThread
This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swift4 with a lot of reduction in boilerplate code. It also implements using a single managedobjectcontext.
Also implements:
1) Writing complext JSON to CoreData
2) Using OneToOne and OneToMany relationships among entities