public
Description: A Cross-platform, Cross-database SQL Command Line Tool
Homepage: http://www.clapper.org/software/python/sqlcmd/
Clone URL: git://github.com/bmc/sqlcmd.git
sqlcmd /

sqlcmd: A SQL command interpreter

This is sqlcmd, a SQL command interpreter. See the User’s Guide for complete details.

To install sqlcmd in the default location, type:

python setup.py install

To install it somewhere else, such as your home directory, type:

python setup.py install --prefix=$HOME