These are most important databases that we can use for our app: - 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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
- 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.