Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/sql-action
/ getConnectionConfig
Function
getConnectionConfig
__tests__/SqlUtils.test.ts:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
});
74
75
function
getConnectionConfig(): SqlConnectionConfig {
76
return
new
SqlConnectionConfig(
'Server=testServer.database.windows.net;Initial Catalog=testDB;User Id=testUser;Password=placeholder'
);
77
}
Callers
1
SqlUtils.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected