Possible Duplicate:
free sqlite tools
I am building an iPhone app which will store data in a database using sqllite. My question is, is it possible to test this on a local database, i.e. using MAMP server?
If so, could someone tell me how, or refer me to an article – I’m having a tough time figuring this one out…
Assuming you have successfully created an sqlite3 database on the iPhone, and assuming you are able to find it on your local hard drive (we’re also assuming you are using the simulator) then you should be able to open that database with any tool that supports sqlite (personally I use a firefox plugin to do it, but any tool will work).