sbfaulkner / rsql

ruby command-line for odbc database access (works like mysql command-line utility)

This URL has Read+Write access

rsql / README
100644 26 lines (14 sloc) 0.418 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
rsql
====
 
Command-line access to ODBC datasources.
 
 
Installation
============
 
Run the following if you haven't already:
 
    $ gem sources -a http://gems.github.com
  
Install the gem(s):
 
    $ sudo gem install -r sbfaulkner-rsql
 
Example
=======
 
    $ rsql mydsn -u user -p password
 
    $ rsql mydsn -u user -p password -e 'select * from table'
 
Copyright (c) 2008 unwwwired.net, released under the MIT license