bmc / sqlcmd

A Cross-platform, Cross-database SQL Command Line Tool

This URL has Read+Write access

bmc (author)
Thu Nov 13 18:59:00 -0800 2008
commit  927c0f44765c2796a9ff2c60e316e9cfd651108d
tree    a915fe319a3e72b8f8103b970b2fe172a88fa371
parent  0ec3a637b55c062bd9ba96c2fb13eafeaf3ec1fb
sqlcmd /
name age message
file .gitattributes Fri Aug 22 13:07:26 -0700 2008 .gitattributes [bmc]
file CHANGELOG Loading commit data...
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
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/
file ez_setup.py
file setup.cfg Fri Sep 05 19:56:01 -0700 2008 Now supports Gadfly [bmc]
file setup.py
file sqlcmd.wpr
directory sqlcmd/
README
$Id$

This is sqlcmd, a SQL command utility. 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 (e.g., your home directory) type:

  python setup.py install --prefix=$HOME