Skip to content

Roadmap

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

Shipped

24

Seven engines, three shapes of data

Done

SQLite, PostgreSQL, MySQL/MariaDB and ClickHouse behind the SQL driver, Redis/Valkey behind the key-value driver, and MongoDB behind the document driver.

Redis / Valkey

Done

Browse a keyspace by pattern, prefix or value, edit every value type in place, read streams with their consumer groups, and open RedisJSON documents a level at a time.

MongoDB

Done

Collections as a table, a card list or raw JSON, documents edited as a form or as text, and keyset paging over millions, with indexes, validators and explain plans.

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.

In flight & on the horizon

4

More engines

In progress

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.

Plugin API

Extend RED with your own drivers, panels, and commands through a stable plugin API.