Very simple and short question - how do I connect to Netezza Database from Cucumber.
I am open to use either Ruby or JRuby. I looked at activerecord-netezza-adapter (https://github.com/robbkidd/activerecord-netezza-adapter), but couldn't figure it out how to use it. Any examples of it if you are going to suggest using this gem.
Basically I am looking for a solution that looks like -
Gem File -
gem 'some gem'
File containing Code / ruby file -
require 'that good gem'
some code to connect to netezza database
some code to execute query to netezza database
Got it working, ignore this question, here is what just happened 2 mins back -