mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 16:23:58 +00:00
fix
This commit is contained in:
@@ -191,4 +191,8 @@ export const driverBase = {
|
|||||||
adaptTableInfo(table) {
|
adaptTableInfo(table) {
|
||||||
return table;
|
return table;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
async listSchemas(pool) {
|
||||||
|
return null;
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user