SQLite manager (addon for Firefox)
Monday, September 19th, 2011 | Author:

I’ve started programming in Python these days, because I have some new needs and some new restrictions at my new work.

I’d like to continue programming with php and mysql, but I have some real difficulties accessing DB through LAN. The best solution I’ve found, is Python in combination with SQLite3.

At that point I have to mention SQLite Manager addon for Firefox (https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/), which allows easy and quick access to sqlite3 database file.

Category: Python  | Tags: , , ,  | Leave a Comment