Workspace
SQL editor, MongoDB shell, and Redis command lab.
Incidents live in Query lab — EXPLAIN plans, diagnostic SELECTs, Mongo aggregations, Redis GET bursts — whatever the engine speaks.
Riley keeps Query lab docked beside the grid: write SQL with highlighting, run, inspect plans, tweak, run again. MongoDB shell and Redis command mode share the same keyboard muscle memory.
Schema-aware hints where metadata exists; plain execution where it does not. No ANSI soup in terminal buffers.
Bridge path: /sql

Step 1
Slow endpoint — Riley runs EXPLAIN ANALYZE, sees seq scan on orders, adds index advice to PR.
Results grid exports clean for Slack.
SQL editor, MongoDB shell, and Redis command lab. Path /sql. Syntax highlighting, multi-statement, EXPLAIN for Postgres/MySQL family.

Step 2
Same tab switches dialect with connection — aggregation on Mongo, HGETALL on Redis during cross-store bug hunt.
Formatted output beats redis-cli copy-paste.
Engine-specific execution panels. History and copy-friendly results.

Step 3
Copilot suggests a fix query — Riley opens it in Query lab, edits one JOIN, runs against staging first.
Suggested SQL is a draft, not a black box.
Tools → Copilot integration sends SQL to lab. Saved connection context preserved.

postgresql://, ssh://, sftp://, s3://, or smtp:// examples.Related connections