The most important difference between
Core Data and SQLite is that SQLite is a
database while
Core Data is not. ...
Core Data can use SQLite as its persistent store, but the framework itself is not a
database.
Core Data is not a
database.
Core Data is a framework for managing an object graph.
read more >>