Roadmap
What's shipped, what's in flight, and what's on the horizon for RED.
Shipped
24Seven engines, three shapes of data
DoneSQLite, PostgreSQL, MySQL/MariaDB and ClickHouse behind the SQL driver, Redis/Valkey behind the key-value driver, and MongoDB behind the document driver.
Redis / Valkey
DoneBrowse 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
DoneCollections 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
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.
In flight & on the horizon
4More engines
In progressDuckDB 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.