Skip to content

futu2/queryvisual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueryVisual

QueryVisual is a Bun + React + XYFlow single-page app for building relational query graphs and compiling them into ANSI SQL through a validation, IR, and optimization pipeline.

Commands

  • bun run dev starts the Bun server with HMR
  • bun test runs the test suite
  • bun run build builds the browser assets into dist/
  • bun run build:single builds a self-contained dist/index.html with inline JavaScript and CSS
  • bun run start serves the production build

Current Scope

  • structured node graph editing
  • centered modal editors
  • local JSON save/load
  • semantic graph validation
  • IR lowering and optimizer inspection
  • ANSI SQL rendering

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors