UNPKG

ibm_db

Version:

IBM DB2 and IBM Informix bindings for node

9 lines (7 loc) 250 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");