Introductiondbcons is a simple console for databases supporting Python db-api 2, such as SQLite, PostgreSQL and MySQL. DBConsole is dedicated to the nice people behind Python DBAPI-2. Requirements: - Python 2.4 (most probably other versions will also work).
- Sqlite 3
- PySqlite 2.x
Install- Unpack the archive to some directory,
- Make sure `dbconsole.py` is executable:
$ chmod +x dbconsole.py - Copy dbconsole.py to somewhere on the path, or create a symbolink link. On
UNIX-like OSs, you could do: $ sudo ln -s `pwd`/dbconsole.py /usr/bin/dbcons - Create the directory ~/.dbcons and copy help.txt there (Required only for interactive help).
TODO Add Windows install instructions.
|