Possible Duplicate:
Use CoreData or SQLite on iPhone?
what is the difference between coredata and sqlite?
when we have to use coredata ?
when we have to use sqlite ?
what is the difference between coredata and sqlite? when we have to use coredata ? when we have to use sqlite ? |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
There's no "have to". If you are more comfortable with sqlite then by all means use it. However Core Data is very convenient for all kinds of reasons such as built-in schema editing in Xcode, object model class generation, faulting (load one object, follow your object graph all over your model...) But don't take my word for it, see this very well-answered Stack Overflow question. |
|||
|
|