Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening and viewing the content of a .sqlite file [closed]

Tags:

sqlite

iphone

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?

like image 835
senthilM Avatar asked Aug 01 '09 09:08

senthilM


People also ask

How do I open a .SQLite file?

Open a command prompt (cmd.exe) and 'cd' to the folder location of the SQL_SAFI. sqlite database file. run the command 'sqlite3' This should open the SQLite shell and present a screen similar to that below.

How do I view the contents of a table in SQLite?

If you are running the sqlite3 command-line access program you can type ". tables" to get a list of all tables. Or you can type ". schema" to see the complete database schema including all tables and indices.

Can you read SQLite file?

You can browse, open and edit SQLite files. Supports SQL query (select, update, insert..). It can help you to easily manage, and open the SQLite database on your browser. You can open a SQLite file to read from your computer or your Google Drive.


2 Answers

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

like image 165
Rahib Avatar answered Nov 15 '22 20:11

Rahib


if you use firefox: https://addons.mozilla.org/en-US/firefox/addon/5817

SQLite Manager

Manage any SQLite database on your computer...

Features:

  • Manage any SQLite database on your computer.
  • An intuitive heirarchical tree showing database objects.
  • Helpful dialogs to manage tables, indexes, views and triggers.
  • You can browse and search the tables, as well as add, edit, delete and duplicate the records.
  • Facility to execute any sql query.
  • The views can be searched too.
  • A dropdown menu helps with the sql syntax thus making writing sql easier.
  • Easy access to common operations through menu, toolbars, buttons and context-menu.
  • Export tables/views/database in csv/xml/sql format. Import from csv/xml/sql (both UTF-8 and UTF-16).
  • Possible to execute multiple sql statements in Execute tab.
  • You can save the queries.
  • Support for ADS on Windows...
like image 34
willi Avatar answered Nov 15 '22 18:11

willi