Skip to content
Zed

SQL Benchmarks Lab for Zed

io.github.rctruta/sqlbenchdag

Query pre-computed SQL engine benchmarks. Runs standalone, no server setup required.

client:Zed transport:stdio runtime:pypi

Install SQL Benchmarks Lab in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "sqlbenchdag": {
      "command": "uvx",
      "args": [
        "sqlbenchdag"
      ],
      "env": {
        "SB_RESULTS_DIR": "<SB_RESULTS_DIR>",
        "SB_API_BASE": "<SB_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SQL Benchmarks Lab in other clients