Roadmap

What's shipped, what's in flight, and what's on the horizon for Red.

Shipped

22

Four database engines

Done

SQLite, PostgreSQL, and MySQL/MariaDB, plus a read-only ClickHouse driver, all behind one connection layer.

Schema explorer

Done

Browse databases, tables, columns, indexes, and foreign keys in one tree.

Virtualized result grid

Done

A windowed keyset grid that streams and scrolls past 50M rows without exhausting memory.

SQL editor with tabs & history

Done

Multiline editor with syntax highlighting, one-shortcut formatting, drag-reorderable query tabs, and history that persists across restarts.

Command palette & switcher

Done

Jump anywhere with ⌘K, go to a row, and switch between warm connections instantly with ⌘P.

Saved queries, search & filter

Done

Persist the SQL you reach for most, then find-in-result or filter the loaded window in place.

Cell & row inspector

Done

Open the full value under the cursor, fetched on demand: pretty-printed JSON, wrapped text, or blob size.

Query plan view

Done

Run EXPLAIN (and EXPLAIN ANALYZE) and read the plan inline, next to your results.

In flight & on the horizon

6

Redis support

In progress

Connect 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.