I'm new to databases, and have seen a few solutions, but the answers are usually too technical for me to understand. I've read about adding SQL to the source files, and about Bridges, etc. I have yet to come across a good step by step procedure. I'm following a tutorial ( https://www.youtube.com/watch?v=73XRidPrLwY&feature=youtu.be )but it's outdated. When I add the line
import sqlite3.h
I get the error
No such module 'sqlite3.h'
Not sure what to do from there. I read about creating a new file > new > file > Cocoa Touch Class > Name it 'Temporary'... but I don't know which subclass to use. Thank you for any help here.