Explain the difference between coredata & sqlite?
Answer / Ashwini Kumar Singh
Core Data and SQLite are both database technologies used in iOS development, but they have some key differences:n
1. Core Data: It is an object-graph persistence framework provided by Apple for managing and storing data. It abstracts the underlying database (usually SQLite) and provides a high-level API for manipulating data objects.
2. SQLite: It is a popular, open-source, relational database management system used in many iOS apps directly. Developers have more control over the schema and queries when using SQLite compared to Core Data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the architecture of ios?
What is swift and what is objective-c?
What is iphone architecture?
what is the difference between Xcode, Cocoa and Objective C?
Explain me app bundle?
How to shut off message alerts in ios?
Difference between nil and Nil.
What is lazy loading?
What is tableview datasource?
What is meaning of 'atomic' keyword?
Which object manage the presentation of app's content on the screen?
Can you please explain the difference between nsarray and nsmutablearray?