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

Class

src/connectors/sqlserver/index.ts:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 * SQL Server connector
165 */
166export class SQLServerConnector implements Connector {
167 id: ConnectorType = "sqlserver";
168 name = "SQL Server";
169 dsnParser = new SQLServerDSNParser();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected