editor for .sqlite files

2010-05-01 Thread g
greetings,

i would like to edit/look at sqlite database files as used by mozilla
programs, firefox and thunderbird.

i ran a search with yumex looking for an editor for .sqlite files and
found nothing described as an sqlite editor.

am i mis-perceiving how such files are edited, or, is there nothing
available for sl5.x, or are sqlite files edited with a backend?

tia.

-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today.
**
to mess up a linux box, you need to work at it.
to mess up an ms windows box, you just need to *look* at it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature


Re: editor for .sqlite files

2010-05-01 Thread Garrett Holmstrom
On 1 May 2010, at 20:09, g wrote:
 i would like to edit/look at sqlite database files as used by mozilla
 programs, firefox and thunderbird.
 
 i ran a search with yumex looking for an editor for .sqlite files and
 found nothing described as an sqlite editor.
 
 am i mis-perceiving how such files are edited, or, is there nothing
 available for sl5.x, or are sqlite files edited with a backend?

Programs usually use the SQLite library to manage sqlite files.  You might want 
to try using the sqlite utility, which provides a SQL command line interface 
to sqlite files.  You could also have a look at the SQLite Manager add-on for 
Firefox.