MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

frontend/src/lib/duckdb/utils/queryRouter.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34export class QueryRouter {
35 private postgresVirtualTables: Map<string, PostgreSQLVirtualTable>;
36 private postgresActiveConnections: Set<string>;
37 private motherduckDatabases: Set<string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected