Opening and viewing the content of a .sqlite file

iphone, sqlite

Solution

open firefox, go to: https://addons.mozilla.org/en-us/firefox/addon/sqlite-manager/ then download and install. after installing click on `Tools-->SQLite Manager-->click on the link..connect database..-->give the path of .sqlite file. and open`

Problem

How can I open and see the records, tables, etc in a `.sqlite` execution file which has been added to in an iPhone application? Are there any tutorials for doing this?

Original source