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 /
name age message
file .gitattributes Fri Aug 22 13:07:26 -0700 2008 .gitattributes [bmc]
file CHANGELOG Thu Jun 18 11:35:51 -0700 2009 Updated ez_setup.py [bmc]
file LICENSE Wed Jul 16 12:26:54 -0700 2008 1. Initial draft of User's Guide is complete. 2... [bmc]
file MANIFEST.in Thu Jul 17 17:00:46 -0700 2008 fixed manifest [bmc]
file README Fri Jan 09 20:54:35 -0800 2009 Updated READMEs [bmc]
file README.textile Fri Jan 09 20:54:35 -0800 2009 Updated READMEs [bmc]
file TO-DO Wed Jul 23 10:52:35 -0700 2008 added To Do list [bmc]
file db-types Fri Jan 11 12:26:34 -0800 2008 Moved here. [bmc]
directory doc/ Tue May 26 12:17:14 -0700 2009 Added regexp filter to ".show tables" command. ... [bmc]
file ez_setup.py Thu Jun 18 11:35:51 -0700 2009 Updated ez_setup.py [bmc]
file setup.cfg Fri Sep 05 19:56:01 -0700 2008 Now supports Gadfly [bmc]
file setup.py Mon Mar 30 15:13:05 -0700 2009 Change version number of grizzled library. [bmc]
file sqlcmd.wpr Mon Mar 30 15:13:05 -0700 2009 Change version number of grizzled library. [bmc]
directory sqlcmd/ Thu Jun 18 11:35:51 -0700 2009 Updated ez_setup.py [bmc]
README.textile

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