| 32 | } |
| 33 | |
| 34 | export class QueryRouter { |
| 35 | private postgresVirtualTables: Map<string, PostgreSQLVirtualTable>; |
| 36 | private postgresActiveConnections: Set<string>; |
| 37 | private motherduckDatabases: Set<string>; |
nothing calls this directly
no outgoing calls
no test coverage detected