Back to browse
GitHub Repository
161 starsTypeScript

SQL Crack – Local-first SQL visualizer with column lineage

by buva·Feb 24, 2026·1 point·1 comment

AI Analysis

●●SolidEye CandySolve My Problem

Column lineage tracing through joins and aggregations—execution flow visualization done well.

Strengths
  • Column lineage is genuinely useful for tracing transformations across complex queries
  • Query compare mode with side-by-side diff helps identify performance regressions
  • VS Code extension distribution means zero setup friction
Weaknesses
  • Query visualization tools exist (Snowflake Profile, DBeaver, DataGrip); not a new category
  • Local-first doesn't unlock new capabilities—still parsing same SQL surface
Target Audience

Data engineers and SQL developers debugging complex queries

Similar To

Snowflake Query Profile · DBeaver · JSON Crack

Similar Projects

Education●●Solid

Interactive SQL Tutorial with a visual query builder

The side-by-side visual builder and live SQL editor is the real payoff — drag tables onto a canvas, draw joins, and watch the SQL and results update so JOINs actually click. It's not a novel database, but shipping an in-browser SQL sandbox with a downloadable client, sample e‑commerce dataset, and no-signup access makes this a very effective, demo-friendly way to learn tricky SQL concepts.

Crowd PleaserSlick
mootoday
203mo ago
Data●●Solid

Rocky – Rust SQL engine with branches, replay, column lineage

Compile-time data contracts catch schema drift before dbt ever runs.

Big BrainShip It
hugocorreia90
122481mo ago