i am building an app that requires me to store a number of things.
I have a data object consisting of 4 to 5 BOOL variables, there could be 800 - 1000 such objects which i will need to persist.
Am confused how should i program this, should i go for an sql database or Core data, since NSUserdefaults is not an option obviously.