mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
postgres copystream support
This commit is contained in:
@@ -195,4 +195,8 @@ export const driverBase = {
|
||||
async listSchemas(pool) {
|
||||
return null;
|
||||
},
|
||||
|
||||
async writeQueryFromStream(dbhan, sql) {
|
||||
return null;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user