Core Data VS Sqlite or FMDB….?
Ankit, Here’s the tl;dr skinny: use Core Data. Here’s the long form: While you could use many criteria to choose between Core Data, an ORM (FMDB) or direct sqlite calls, the real cost of this choice comes from your time to use it, Apple’s support and leverage from other projects. (RESTKit, which maps REST services … Read more