Databases used in iOS
1275
17-Nov-2015
Updated on 23-Sep-2020
Tarun Kumar
17-Nov-2015- SQLite: is a relational database management system contained in a C programming library, it is not a client-server database engine, it is embedded into the end program.
- Plist: it is an structured text file that contains essential configuration information for a bundled executable. (plist means: property list)
- Xml: it is a markup language that defines a set of rules for encoding documents in a format which is both human-readable and machine-readable.
- Core Data: it is a framwork that we use to manage the model layer objects in our applications.