coder1.com

  • home
  • drupal articles
  • contact
Home

Firefox SQLite Manager Addon

Mike Milano — February 23, 2010 - 1:44am

I was looking around for a decent SQLite database manager and came across an addon that works just great!

SQLite Manager by Tarakant Tripathy and Mrinal Kant
https://addons.mozilla.org/en-US/firefox/addon/5817

It supports the SQLite3 format which gives you more robust support from more data types to views and triggers.

On a related note, I was using PHP to parse some text files to be imported to the SQLite database for an Android app. I'm running PHP version 5.2 on my Mac, and I got errors when I attempted to use the sqlite library to manage the SQLite3 db. (the format that this FF addon saves)

You need to use PDO with an sqlite dsn if you want to use SQLite3 with PHP. Currently the sqlite PHP library only supports SQLite2.

  • Firefox
  • PDO
  • PHP
  • SQLite

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <img> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h3> <h4> <h5> <h6> <h7>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].

More information about formatting options

Poll

Have you used any NoSQL Databases?:

User login

  • Request new password

Navigation

  • Recent posts

  • home
  • drupal articles
  • contact