What resources are great to provide information on using SQLite for beginner iPhone developers?
- Where to download the SQLite software for the iPhone?
- Are there multiple versions, and do they have substantial differences?
- Where can I find some introductory tutorials?
I'm working on an iPhone project where the instructions are to store PLISTs into SQLite. My PLIST would be a read/write file. Is this possible?
As of now my PLISTs are read-only, so it very important to make it a read/write PLIST. The only method my lecturer suggested is storing it in SQLite, where reading/writing would be done there.
Please, any suggestions on intros for SQLite for the iPhone?