mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
azure aith wip
This commit is contained in:
@@ -181,6 +181,11 @@
|
||||
}
|
||||
});
|
||||
|
||||
export function changeConnectionBeforeSave(connection) {
|
||||
if (driver?.beforeConnectionSave) return driver.beforeConnectionSave(connection);
|
||||
return connection;
|
||||
}
|
||||
|
||||
$: isConnected = $openedConnections.includes($values._id) || $openedSingleDatabaseConnections.includes($values._id);
|
||||
|
||||
// $: console.log('CONN VALUES', $values);
|
||||
|
||||
Reference in New Issue
Block a user