finds.dev← search

// the find

clidey/whodb

★ 4,853 · Go · Apache-2.0 · updated Jun 2026

A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB, Elastic Search, and Clickhouse with Chat interface

WhoDB is a self-hosted database GUI that runs as a single Docker container and supports eight database engines including Postgres, MySQL, MongoDB, Redis, and Elasticsearch. It adds an AI chat interface on top of standard table browsing, schema visualization, and a notebook-style query editor. The target is developers who want something lighter than DBeaver or TablePlus without paying for a SaaS product.

The sub-50MB Docker image with instant startup is a real differentiator — most comparable tools are Electron apps or require JVM startup overhead. The GraphQL-based backend with Go makes the API surface consistent across all eight database adapters rather than having per-engine REST shims. The MCP server mode in the CLI is genuinely useful: you can point Claude or Cursor at a live database without writing custom tooling. The AI provider abstraction that accepts any OpenAI-compatible endpoint (including local Ollama) means you can keep credentials off the internet entirely.

The CE/EE split is a red flag for adoption — Oracle, SQL Server, and DynamoDB are exactly the databases enterprises actually need, so anyone evaluating this for work hits a paywall immediately. Credentials are session-only by default with browser-local profiles as the alternative, which sounds privacy-friendly but means teams can't share connection configs or use it in shared dev environments without everyone re-entering credentials. The SQL scratchpad is a notebook but there's no mention of parameterized queries or saved prepared statements, which matters if you're using this for anything beyond ad-hoc exploration. The `.agents/` directory and BAML integration suggest this repo is being developed with heavy AI agent assistance, and the architecture docs read like they were written for AI context rather than human contributors — ARCHITECTURE.md and multiple agent prompt files in the same repo is an unusual signal.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →