allow to specify default database #96 #92

This commit is contained in:
Jan Prochazka
2021-04-24 08:21:18 +02:00
parent fccd550d4b
commit ccdce6ef43
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ const { getSshTunnelProxy } = require('./sshTunnelProxy');
async function connectUtility(driver, storedConnection) {
const connection = {
database: storedConnection.defaultDatabase,
...decryptConnection(storedConnection),
};