A man with a mission...

mozStorage Explorer

The other day while working I realized how annoying it can be to debug some mozStorage issues. Enter mozStorage Explorer. It’s a simple little addon I wrote that lets you run queries on databases found in your profile. Right now that’s all it does, but in the future I plan to let it browse data too (as soon as I figure how out how to list all the tables in a database).

I’ve tossed it up here for those of you who want to play with it. Suggestions welcome!

comments

8 Responses to “mozStorage Explorer”

  1. Rich Dougherty on August 19th, 2007

    > n the future I plan to let it browse data too (as soon as I
    > figure how out how to list all the tables in a database).

    Hi Shawn

    This might help:

    How do I list all tables/indices contained in an SQLite database?
    http://www.sqlite.org/faq.html#q7

    Cheers
    Rich

  2. Chris Cunningham on August 20th, 2007

    There’s already a Storage Inspector with browsing capability on amo, actually.

    – Chris

  3. malte on August 20th, 2007

    Do you know the storage inspector extension?
    https://addons.mozilla.org/de/firefox/addon/3072

    It lists all *.sqlite files in your profile and browse the data in there. There’s no way to manipulate it, however.

  4. AndyEd on August 20th, 2007

    Hmm, xpi link is 404 for me.

  5. Adam Dempsey on August 20th, 2007
  6. Richard Klein on August 20th, 2007

    Have you tried the storage inspector extension. I find it very useful. The only problem I have with it, is that it can’t show the columns if a table has no data.

  7. Shawn Wilsher on August 20th, 2007

    Link fixed – that’s what I get for doing a late night post :/

  8. George Rypysc on September 13th, 2007

    @comment 2, 3, and 6 – The current version of storage inspector (0.5) didn’t allow installation on Firefox 3.0a7pre and although it nicely displays all table contents, you can’t enter adhoc SQL queries, unlike (moz)Storage Explorer.