This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

ibm-bigsql

0.1.15 • Public • Published

This is a wrapper around IBM's Big SQL interface.

Install

npm install ibm-bigsql

If things don't work, make sure all child dependencies have been installed. ibm-bigsql requires jdbc which in turn requires java.

Use

var BigSQL = require('ibm-bigsql');

var bigSQL = new BigSQL({
    user: 'foo',
    password: 'bar',
    url: 'jdbc:hive2://host:port/database'
});

bigSQL.query('query').then(function(results) {
    console.log(results);
});

BigSQL will automatically detect bigsql or bigsql_v1 syntax based on the incoming URL.

You must specifically use the respective query or update methods depending on the statements.

Readme

Keywords

none

Package Sidebar

Install

npm i ibm-bigsql

Weekly Downloads

2

Version

0.1.15

License

ISC

Last publish

Collaborators

  • thekevinscott