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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.