postgres copystream support

This commit is contained in:
SPRINX0\prochazka
2024-09-26 15:48:29 +02:00
parent 6f1f5f84c6
commit 19a4d97765
5 changed files with 27 additions and 0 deletions

View File

@@ -37,5 +37,8 @@
"pg": "^8.11.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"pg-copy-streams": "^6.0.6"
}
}