UNPKG
informixdb
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
1.1.0
1.0.0
Informix native node.js driver
github.com/OpenInformix/node-informixdb
informixdb
/
test
/
config.testConnectionStrings.json
10 lines
(9 loc)
•
177 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"SERVER"
:
"infx1"
,
"DATABASE"
:
"nodedb"
,
"UID"
:
"informix"
,
"PWD"
:
"*****"
,
"HOSTNAME"
:
"localhost"
,
"SERVICE"
:
9018
,
"PROTOCOL"
:
"onsoctcp"
}