UNPKG
ifxnjs-aa64
Version:
latest (8.1.7)
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.1
8.1.0
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
Informix native node.js driver
github.com/PawarPawan/IfxNode64
PawarPawan/IfxNode64
ifxnjs-aa64
/
test
/
test-instantiate-one-and-end.js
9 lines
(7 loc)
•
250 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"
);