Visual Query Builder
Build queries by dragging tables onto a canvas and clicking to add joins.
Tables can be dragged onto a canvas and connected visually. Join conditions, column selections, and filters are configured through the UI instead of writing SQL.
JOIN Builder
Tables are connected by clicking column pairs. INNER, LEFT, RIGHT, and FULL joins are supported, with a visual representation of each relationship.
Live SQL Preview
A toggleable panel shows the generated SQL updating in real time as the query is built. The SQL can be copied or executed directly.
Filtering
WHERE conditions are added through a point-and-click interface: select a column, choose an operator, and enter a value.