Comparing version
{ | ||
"name": "hdb-pool", | ||
"description": "HANA database connection pool for Node.js", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"scripts": { | ||
@@ -39,4 +39,5 @@ "start": "node ./bin/www", | ||
], | ||
"peerDependencies": { | ||
"@sap/hana-client": "^2.3.123" | ||
"optionalDependencies": { | ||
"@sap/hana-client": "^2.3.123", | ||
"hdb": "^0.17.0" | ||
}, | ||
@@ -52,3 +53,2 @@ "devDependencies": { | ||
"eslint-plugin-standard": "^4.0.0", | ||
"hdb": "^0.17.0", | ||
"mocha": "^5.2.0", | ||
@@ -55,0 +55,0 @@ "nyc": "^13.3.0", |
@@ -5,3 +5,3 @@ # SAP HANA Database Connection Pool for Node | ||
HANA Database Connection pool for Node.js, inspired by (and copied some ideals from): [Generic Pool](https://github.com/coopernurse/node-pool). | ||
HANA Database Connection pool for Node.js, inspired by (and copied some ideas from): [Generic Pool](https://github.com/coopernurse/node-pool). | ||
@@ -8,0 +8,0 @@ This module supports [hana-client](https://help.sap.com/viewer/0eec0d68141541d1b07893a39944924e/2.0.03/en-US/58c18548dab04a438a0f9c44be82b6cd.html) and [node-hdb](https://github.com/SAP/node-hdb). |
179006
012
-7.69%2
100%