Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sivaprakash

macrumors member
Original poster
Mar 10, 2011
52
0
Chennai, India
Hi

My application requires a simple persistent mechanism (simple database kid of) to store and retrieve simple data. Is SQLLite would be the right solution or do we have anything else ?

Thanks
Siva
 
SQLite is a popular choice. Core Data is also common. If it is very simple, a .plist file (which is ultimately XML) would work, too. How much data are you talking about? How will you need to access it?

-Lee
 
Hi

Basically I want to store small amount of data but this Database should be accessible by Damon threads. So SQLLite would be an ideal option? Can you please pass me some tutorial which explains about SQL Lite - Objective-C.

Thanks
Siva
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.