DBConsole
DBConsole is a GPL'd database shell written in Python. It currently supports SQLite, PostgreSQL and MySQL.
DBConsole is dedicated to the nice people behind Python DBAPI-2.
Requirements:
- Python 2.4 and higher (other versions may also work).
- For SQLite support: Sqlite 3 and PySqlite 2.x (standard in Python 2.5)
- For PostgreSQL: PostgreSQL X and pyscopg
- For MySQL: MySQL X and MySQLdb
DBConsole is being developed by Yuce Tekol, you can email me at: yucetekol [AT] gmail [DOT] com.