[olug] Firefox + flash
Christopher Cashell
topher-olug at zyp.org
Thu Jul 21 21:33:54 UTC 2011
On Thu, Jul 21, 2011 at 3:36 PM, Rob Townley <rob.townley at gmail.com> wrote:
> Great point, read the sqllite db directly. Do you have any
> recommendations on a package read sqlite db for finding particular
> info? Connecting with perl and performing regular expression matching
> isn't for everybody.
You can use the sqlite3 binary to connect to a SQLite database and
query it manually. Alternately, there's a couple of GUI front-ends
available. For maximum convenience, SQLite Manager[0] is hard to
beat, since it's a Firefox plug-in, and works straight from within the
browser. Does a pretty good job, too. You can browse tables, views,
indexes, and triggers, along with table row data. There's a decent
little search-query-builder, too.
[0] https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/
--
Christopher
More information about the OLUG
mailing list