MCPcopy Create free account
hub / github.com/bytebase/dbhub / clone

Method clone

src/connectors/sqlserver/index.ts:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 clone(): Connector {
189 return new SQLServerConnector();
190 }
191
192 async connect(dsn: string, initScript?: string, config?: ConnectorConfig): Promise<void> {
193 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected