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

macobss89

macrumors newbie
Original poster
Jun 5, 2011
11
0
Hi,
I'm new to Objective C programming.
I'm thinking of making a quality assurance management system
I have a question regarding database tools,
are there anything else except SQLite?
and is SQLite reliable enough to hold data from such a big system?
 
SQLite is the most widely used database in the world. It ships on every cell phone in existence and probably on every desktop computer as well. I'm not aware of any other db built-in to iOS except for Core Data. Other db systems may have different or better features for a particular task but sqlite works extremely well. See sqlite.org for more description of the db.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.