Release v2026.3.0
Explore the features below in this interactive demo — no download required.
This release brings powerful visual analysis tools to Seaquel, making it easier to understand your queries, explore relationships, and gain insights from your data.
Canvas Workspace
Visual Workspace — A new infinite canvas powered by XYFlow where you can arrange and connect different node types to build your analysis workflow.
Table Nodes — Drag tables from the sidebar onto the canvas to inspect their schema and preview data.
Query Nodes — Write SQL queries directly on the canvas and see results flow to connected nodes.
Result Nodes — View query results in a dedicated node with sorting, filtering, and export options.
Chart Nodes — Connect results to chart nodes to instantly visualize your data.
Query Visualizer
SQL AST Parsing — Queries are parsed into an abstract syntax tree and rendered as visual diagrams showing the logical structure.
Visual JOINs — See how tables connect through JOIN operations with clear relationship lines.
Filter & Projection Display — WHERE clauses and SELECT columns are shown as distinct visual elements for easy comprehension.
Embedded in Editor — Access the visualizer directly from the query editor via the new Visualize tab.
Charts
Multiple Chart Types — Choose from Bar, Line, Pie, and Scatter charts to best represent your data.
Configuration UI — Intuitive controls for selecting axes, groupings, and chart-specific options.
Canvas Integration — Charts work seamlessly as canvas nodes, updating automatically when upstream query results change.
Statistics Dashboard
Database Metrics — View comprehensive statistics including database size, table counts, and row counts at a glance.
Index Usage — Monitor index utilization to identify optimization opportunities.
Multi-Database Support — Statistics are available for both DuckDB and PostgreSQL connections.
Query Editor Improvements
Embedded EXPLAIN Tab — Run EXPLAIN ANALYZE directly from the query editor without leaving your workflow.
Hot Path Analysis — Automatic bottleneck detection highlights the most expensive operations with tiered severity indicators.
DuckDB Desktop Support — Full support for DuckDB connections in the Tauri desktop app.
Bug Fixes
- Fixed ERD tab showing the wrong database schema when switching between connection tabs
- Fixed incorrect table row counts in the statistics panel
Download the latest version from our homepage and start exploring your data visually.