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