UNPKG
ifxnjs
Version:
latest (10.0.5)
10.0.5
10.0.3
10.0.2
10.0.1
8.0.1
6.0.7
6.0.6
6.0.5
Informix native node.js driver
github.com/OpenInformix/IfxNode
OpenInformix/IfxNode
ifxnjs
/
test
/
test-require-and-end.js
8 lines
(6 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
odbc =
require
(
"../"
) ;
//This test should just exit. This tests an issue where
//the C++ ODBC::Init function was causing the event loop to
//stay alive
console
.
log
(
"done"
);