sbfaulkner / rsql

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

This URL has Read+Write access

sbfaulkner (author)
Thu Oct 02 12:57:06 -0700 2008
commit  395ed85d11a8d7992aa39220974cb26c9e6c8ee5
tree    308a7540f64870356f055e74bb951f35a720c87c
parent  5482d5cb0162799ec8bbc38a379b0f5965627f5b
rsql /
name age message
file .gitignore Loading commit data...
file MIT-LICENSE
file README.markdown
file Rakefile
directory bin/
directory lib/
file rsql.gemspec
README.markdown

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