MCPcopy 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

getSampleDSNMethod · 0.65
getAllSampleDSNsMethod · 0.65
createConnectionTestsFunction · 0.65

Implementers 5

SQLServerDSNParsersrc/connectors/sqlserver/index.ts
PostgresDSNParsersrc/connectors/postgres/index.ts
MariadbDSNParsersrc/connectors/mariadb/index.ts
MySQLDSNParsersrc/connectors/mysql/index.ts
SQLiteDSNParsersrc/connectors/sqlite/index.ts

Calls

no outgoing calls

Tested by 1

createConnectionTestsFunction · 0.52