connection tab

This commit is contained in:
Jan Prochazka
2022-05-19 08:26:51 +02:00
parent a799f9b9c9
commit e59eb4b8e6
9 changed files with 224 additions and 30 deletions

View File

@@ -111,4 +111,6 @@ export const driverBase = {
dumpSqlSelect(dmp, select);
return this.readQuery(pool, dmp.s, structure);
},
showConnectionField: (field, values) => false,
showConnectionTab: (field) => true,
};