Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.08 KB

File metadata and controls

16 lines (11 loc) · 1.08 KB

Query Graphs — Agent Guide

Query Graphs visualizes database query plans as interactive graphs, entirely in the browser. Start at docs/README.md — the entry point for all developer documentation.

Where to Look

Gotcha

standalone-app imports the core library from its compiled output in query-graphs/lib/, not from its TypeScript sources. Changes in query-graphs/src are not visible to the app until you rebuild the library with pnpm --filter @tableau/query-graphs build.