sbfaulkner / rsql
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
2114059
rsql /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
lib/ | ||
| |
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

