SQLite is a database like MS SQL Server and MYSQL. Core Data is is an ORM (Object Relational Model) that creates layer between UI and database. Core Data improve the performance of (in terms of memory and speed) application in case of large data. Core Data operates on Objects stored in memory. SQLite operates on Objects stored in disk.
Liked By
Write Answer
What is difference between CoreData and SQLite?
Join MindStick Community
You have need login or register for voting of answers or question.
Sunil Singh
12-Jan-2017SQLite is a database like MS SQL Server and MYSQL. Core Data is is an ORM (Object Relational Model) that creates layer between UI and database. Core Data improve the performance of (in terms of memory and speed) application in case of large data. Core Data operates on Objects stored in memory. SQLite operates on Objects stored in disk.