Visual Query Builder
Visual Query Builder
I built a visual query builder for an employer that built software in the past. Was thinking about rebuilding it using Claude Code, picking Microsoft SQL Server for the database, and making it open source. Starts with a known database. Dynamically pick data (tables and rows using the system view information schema). Have interface that filters, allows summarization (sum or count) by a secondary data (table and specific row), and allows sorting (and pick ascending or descending). When picking it shows a grid that is the Preview of the data.
https://www.metabase.com/docs/latest/questions/query-builder/editor
Comments
Post a Comment