tool to retrieve data from .sqlite local db
is any tool is there to retrieve/view data开发者_如何学Cs from .sqllite iphone local database and is there any way to view data without fetching and storing it to tableview.
sqlite3 is part of the iOS SDK so you can use it to do whatever you like with sqllite files stored locally. There are also good wrappers for sqllite such as http://gusmueller.com/blog/archives/2008/03/fmdb_for_iphone.html
精彩评论