Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/dbhub
/ getSampleDSN
Method
getSampleDSN
src/connectors/sqlserver/index.ts:150–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
}
149
150
getSampleDSN(): string {
151
return
"sqlserver://username:password@localhost:1433/database?sslmode=disable&instanceName=INSTANCE1"
;
152
}
153
154
isValidDSN(dsn: string): boolean {
155
try {
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected