Roadmap
What's shipped, what's in flight, and what's on the horizon for Red.
Shipped
22Four database engines
DoneSQLite, PostgreSQL, and MySQL/MariaDB, plus a read-only ClickHouse driver, all behind one connection layer.
Schema explorer
DoneBrowse databases, tables, columns, indexes, and foreign keys in one tree.
Virtualized result grid
DoneA windowed keyset grid that streams and scrolls past 50M rows without exhausting memory.
SQL editor with tabs & history
DoneMultiline editor with syntax highlighting, one-shortcut formatting, drag-reorderable query tabs, and history that persists across restarts.
Command palette & switcher
DoneJump anywhere with ⌘K, go to a row, and switch between warm connections instantly with ⌘P.
Saved queries, search & filter
DonePersist the SQL you reach for most, then find-in-result or filter the loaded window in place.
Cell & row inspector
DoneOpen the full value under the cursor, fetched on demand: pretty-printed JSON, wrapped text, or blob size.
Query plan view
DoneRun EXPLAIN (and EXPLAIN ANALYZE) and read the plan inline, next to your results.
In flight & on the horizon
6Redis support
In progressConnect to Redis and browse its keys and values alongside your SQL databases.
More engines
DuckDB and MSSQL behind the same connection layer, conformance-tested before they ship.
Schema & DDL diff
View a table's CREATE statement and diff two schemas, read-only and cheap.
Detached result windows
Pop a result into its own window for side-by-side comparison.
MongoDB / DocDriver
Browse collections and documents through a document-aware driver, alongside your SQL connections.
Plugin API
Extend Red with your own drivers, panels, and commands through a stable plugin API.