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

Interface ConnectorModule

src/utils/module-loader.ts:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export interface ConnectorModule {
47 load: () => Promise<unknown>;
48 name: string;
49 driver: string;
50}
51
52/**
53 * Load connector modules, gracefully skipping any whose driver package

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected