Hi guys, I just joined this list and have a beginner, elementary question for you Mac users (if there are any on this list):
I created an application with XCode for OS X that interfaces with a MySQL database. I would like to switch it over to SQLite. Could someone shed some light on how I go about incorporating the SQLite library into my application? For instance, what do I copy into my bundle from the tar.gz download that came from sqlite.org and where should it go? At that point, does it just run as an embedded database engine when my app is launched, or do I need to configure it in some way so that it will launch alongside my app? Will the sqlite library then install automatically when a user copies the app to his hard drive? Will all of my SQL language transfer over? Any help would be hugely appreciated. Thanks, John