Core Data vs SQLite 3
- by Jason Medeiros
I am already quite familiar with relational databases and have used SQLite (and other databases) in the past. However, Core Data has a certain allure, so I am considering spending some time to learn it for use in my next application.
Is there much benefit to using Core Data over SQLite, or vice versa? What are the pros/cons of each?
I find it…