iOS Data Storage - MAMP [duplicate]
Possible Duplicate:
free sqlite tools
I am building an 开发者_StackOverflowiPhone 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).
I had used Mesa SQLite in one of my apps, I just found it good. Check it out: MesaSQLite Homepage
精彩评论