bmc / sqlcmd

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

This URL has Read+Write access

bmc (author)
Thu Nov 13 19:02:11 -0800 2008
commit  a20258d77559133fa2b11e1f761f4467f907c951
tree    1a110ff9e19e42d6daceb7131e859dde4c4e8a59
parent  927c0f44765c2796a9ff2c60e316e9cfd651108d
sqlcmd / README
100644 13 lines (7 sloc) 0.271 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
$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