SQLite3 and iOS

Published on Thursday, 16 June 2011

So I'm continuing the Saving and Loading data of the RW tutorials.

This time it's SQLite3.

Did a little bit of Python programming to so I could parse a csv into the database.

There was a few addons for python to make a graph but I had trouble getting that working, might have a go at a later date. There was versions problems.

I then hooked up the SQLite to an Xcode project and had yet further problems, I think I need to concentrate more. The code was looking up to the database and logging it in the console but it just wasn't displaying in the View for some reason.

Might as well have a go at the Core Data section and come back to SQLite again as it's good for small read only uses.

Links:

Wordpress Original Link