Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/dbhub
/ getSampleDSN
Method
getSampleDSN
src/connectors/interface.ts:123–123 ·
view source on GitHub ↗
* Generate a sample DSN string for this connector type
()
Source
from the content-addressed store, hash-verified
121
* Generate a sample DSN string
for
this connector
type
122
*/
123
getSampleDSN(): string;
124
125
/**
126
* Check
if
a DSN is valid
for
this connector
Callers
3
getSampleDSN
Method · 0.65
getAllSampleDSNs
Method · 0.65
createConnectionTests
Function · 0.65
Implementers
5
SQLServerDSNParser
src/connectors/sqlserver/index.ts
PostgresDSNParser
src/connectors/postgres/index.ts
MariadbDSNParser
src/connectors/mariadb/index.ts
MySQLDSNParser
src/connectors/mysql/index.ts
SQLiteDSNParser
src/connectors/sqlite/index.ts
Calls
no outgoing calls
Tested by
1
createConnectionTests
Function · 0.52