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

Interface DataSource

frontend/src/types/datasource.ts:26–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface DataSource {
27 id: string;
28 type: DatabaseType;
29 host?: string;
30 port?: number;
31 database?: string;
32 user?: string;
33 is_default: boolean;
34 ssh_tunnel?: SSHTunnel;
35 tools: Tool[];
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected