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

@@ -195,4 +195,8 @@ export const driverBase = {
async listSchemas(pool) {
return null;
},
async writeQueryFromStream(dbhan, sql) {
return null;
},
};