Reference
WhoDB Changelog
WhoDB Changelog
Use GitHub releases as the source of truth for version-by-version release notes.
Current CE Status
This documentation site tracks the current Community Edition code in this repository. The current CE surface includes:
- Web app for connecting to supported sources, browsing Storage Units, describing objects, viewing rows, filtering, sorting, editing rows, importing, exporting, and generating mock data where the source supports it.
- Scratchpad for SQL execution, multi-page and multi-cell query organization, destructive-query confirmation, query history, and result grids.
- Graph view for relationship visualization, node cards, column loading, pan/zoom controls, layout, and PNG download.
- CLI and MCP server for terminal workflows, scriptable checks, import/export, audit, mock data, schema diff, ERD output, SSH tunneling, and safe MCP tool access.
- Desktop CE app built on the same core frontend/backend surfaces.
- Health endpoint at
GET /health, returning plain textokfor process-level checks.
Note
The WhoDB web app's backend endpoints are internal to the app. For automation, use whodb-cli, native database clients, or the CLI MCP server.
Feature Notes
Area | Current Behavior |
|---|---|
Storage Units | Browse source objects, describe metadata/columns, and open row data when available. |
Import | Web import supports CSV, Excel, and SQL script flows. CLI import supports CSV and Excel. |
Export | Web export supports CSV and Excel for tabular rows, plus JSON Lines for document-style records when supported. CLI export supports CSV and Excel. |
Scratchpad | Web editor supports syntax highlighting, run/clear shortcuts, pages, cells, and query history. CLI TUI adds terminal autocomplete, SQL formatting, bookmarks, and external editor support. |
Graph | Shows selected Storage Units, relationships, node metadata, columns after load, controls, layout, and PNG download. |
AI | Chat requires a configured provider and selected model. If no model is available, generated SQL and chat result workflows are not available. |
Cloud Providers | Provider discovery is disabled by default and documented as an evaluation workflow in the current CE build. |
Related Pages
Previous