sbfaulkner / rsql

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

This URL has Read+Write access

commit  2114059f2484beabe1c5bee21d327a5775a3328d
tree    a426976f2df1852f9e44ede872721972407646d3
parent  395ed85d11a8d7992aa39220974cb26c9e6c8ee5
rsql / README.markdown
100644 26 lines (13 sloc) 0.481 kb

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'

Legal

Author: S. Brent Faulkner brentf@unwwwired.net
License: Copyright © 2008 unwwwired.net, released under the MIT license