UNPKG

informixdb

Version:

Informix native node.js driver

9 lines (7 loc) 258 B
var odbc = require("../") , db = new odbc.Database() ; //This test should just exit. The only reason it should stay open is if a //connection has been established. But all we have done here is instantiate //the object. console.log("done");