Teradata::Cli is an access module which allows Ruby scripts to access Teradata RDBMS by CLIv2 interface.
It's based on the Ruby/CLIv2 library.
CLIv2 (32bit / 64bit)
C compiler
Add this line to your application's Gemfile:
gem 'teradata-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install teradata-cli
Look the examples folder
$ export TEST_LOGON_STRING=dbc/user,password
$ ruby -Ilib:test test/all
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request