Yes. Absolutely. Everything will be fine. Below is the configuration.
var config = {
libpath: './jar/terajdbc4.jar',
libs: ['./jar/tdgssconfig.jar'],
drivername: 'com.teradata.jdbc.TeraDriver',
url: 'jdbc:teradata://myteradata.test.com',
user: 'sr0898',
password: '***',
};
jdbc.initialize(config, function(err, res)
The key is to download and reference the jars. Hope this helps.
source
share