UNPKG
ifx_db
Version:
latest (6.0.5)
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
4.0.4
4.0.3
4.0.2
1.0.1
1.0.0
IBM Informix bindings for node
github.com/ifxdb/node-ifx_db
ifxdb/node-ifx_db
ifx_db
/
test
/
test-instantiate-one-and-end.js
9 lines
(7 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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"
);