pg stream query support

This commit is contained in:
Jan Prochazka
2020-05-17 07:47:42 +02:00
parent 2d426030ec
commit 03b656a25b
4 changed files with 86 additions and 3 deletions

View File

@@ -19,7 +19,8 @@
"mssql": "^6.0.1",
"mysql": "^2.17.1",
"nedb-promises": "^4.0.1",
"pg": "^7.17.0"
"pg": "^7.17.0",
"pg-query-stream": "^3.1.1"
},
"scripts": {
"start": "nodemon src/index.js",