sbfaulkner / rsql
rsql
Publicruby command-line for odbc database access (works like mysql command-line utility)
8 filesupdated Jun 18, 2026
files7Download
./binJun 18, 2026./libJun 18, 2026.gitignoreJun 18, 2026MIT-LICENSEJun 18, 2026RakefileJun 18, 2026README.markdownJun 18, 2026rsql.gemspecJun 18, 2026README
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