SQLite Tutorial for iOS: Creating and Scripting

A SQLite tutorial series for iOS. This part focuses on creating a SQLite database with a command line tool. By Ray Wenderlich.

Leave a rating/review
Save for later
Share
You are currently viewing page 3 of 3 of this article. Click here to view the first page.

Gimme the Code!

Here’s a ZIP file with the CSV of the failed banks, the Python parsing script, and the resulting sqlite3 file.

What’s Next?

Next up in the series we’ll start making an iPhone app to read the data from our SQLite database!