Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/chartbrew/chartbrew
/ externalDbConnection.js
File
externalDbConnection.js
server/sources/shared/sql/externalDbConnection.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
Sequelize = require(
"sequelize"
);
2
const
fs = require(
"fs"
);
3
const
{ createTunnel } = require(
"tunnel-ssh"
);
4
const
{ decryptFileSync } = require(
"../../../modules/fileEncryption"
);
Callers
nothing calls this directly
Calls
2
decryptFileSync
Function · 0.85
createSshTunnel
Function · 0.85
Tested by
no test coverage detected