Skip to content

Commit

Permalink
ReadMe File updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamb1390 committed Jul 21, 2019
1 parent 0943a3c commit cbd95b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# SBCoreData
A complete guide to CoreData

This library provides all the necessary helpers to work with Core Data extensively. The primary focus of this library is to reduce all the overheads, all you have to do is pass on the server response JSON to the library through designated methods (Example project is available inside the project) and the libarary would do all the CRUD operations itself. The example project project provides two types of flavours of core data operation through local JSON files. One is Insertion and another one is updation. You can do rest of the operations by yourself, every methods written in the library has comments so that you won't get confused.

0 comments on commit cbd95b2

Please sign in to comment.