@Huahuazo: Attention, database folks — you no longer need to clutter your desktop with a bunch of clients. I stumbled upon a treasure tool called DBX, a single client that connects all mainstream databases: ① MySQL, PostgreSQL, SQLite ② Redis, MongoDB, ClickHouse ③ Even domestic ones like OceanBase and openGauss are supported.

X AI KOLs Timeline Tools

Summary

DBX is a lightweight multi-database client supporting 60+ databases including MySQL, PostgreSQL, Redis, and MongoDB. The installer is only 15MB and comes with an AI assistant that can generate SQL from natural language.

Attention, database folks — you no longer need to clutter your desktop with a bunch of clients. I stumbled upon a treasure tool called DBX, a single client that connects all mainstream databases: ① MySQL, PostgreSQL, SQLite ② Redis, MongoDB, ClickHouse ③ Even domestic ones like OceanBase and openGauss are supported The key is that it's built with Tauri + Rust, the installer is only 15MB, without the bloated Chromium overhead — incredibly lightweight. The SQL editor comes with an AI assistant that can generate SQL from natural language; the data table supports inline editing; Redis and MongoDB also have dedicated browsers. https://github.com/t8y2/dbx
Original Article
View Cached Full Text

Cached at: 07/05/26, 04:36 PM

60+ databases in 15 MB. Desktop & Docker self-hosting, with built-in AI assistant.

English | Go to Chinese version

🪶 15 MB, zero runtime bloat

No Java JRE. No Python venv. No bundled Chromium. DBX ships as a single small binary — download, install, connect. DBeaver needs Java; TablePlus is macOS-only. DBX runs everywhere with nothing extra.

🤖 AI that lives in your editor

Highlight a table, describe what you want, get SQL back — no copy-paste between tools. Works with Claude, OpenAI, or local models via Ollama. Built-in safety checks review AI-generated SQL before it runs.

🔌 MCP: your databases, AI-ready

DBX speaks the Model Context Protocol. Claude Code, Cursor, Windsurf, and other AI coding agents can query your databases through connections you already set up. One config, everywhere.

🌐 Desktop + Docker + Web

Native app on macOS, Windows, and Linux. Self-host via Docker for team access. Web version for browser-only environments. Same feature set. Same connections.

Similar Articles

@amiaoapp: Having a bunch of Navicat / DBeaver / DataGrip on your computer is really outdated. Recently I tried a new tool: DBX, it looks 'lightweight' but acts 'wild'. 15MB packs support for 50+ databases directly, and it also throws in an AI assistant. The most outrageous part is...

X AI KOLs Timeline

DBX is a lightweight (15MB) database management tool that supports 50+ databases, comes with an AI assistant, can replace multiple clients like Navicat, DBeaver, DataGrip, and supports Docker self-hosting and cross-platform.

@jaywcjlove: Tabularis — An open-source, cross-platform modern database client. Supports PostgreSQL, MySQL/MariaDB, and SQLite, with built-in AI, MCP, and Notebook, and supports plugin extensions. Lightweight, native, beautiful UI, designed for developers. Supports …

X AI KOLs Timeline

Tabularis is an open-source, cross-platform modern database client that supports PostgreSQL, MySQL/MariaDB, and SQLite, with built-in AI, MCP, and Notebook, and supports plugin extensions. Designed for developers.

@VincentLogic: The most painful thing about taking over someone else's project: opening the database, hundreds of tables, no documentation, no comments, and table names are just pinyin abbreviations. ChartDB solves this problem. Run a single SQL command to export the entire database structure and automatically generate an ER diagram. Which tables are related, how foreign keys are connected, all clear at a glance. No need...

X AI KOLs Timeline

ChartDB is a free and open-source tool that allows you to export the entire database structure by running a single SQL command, automatically generating an ER diagram. It supports multiple databases and has built-in AI natural language query functionality to help developers quickly understand database table relationships.

DuckDB: it's not quack science

Lobsters Hottest

DuckDB is an open-source embedded analytical database that supports direct querying of files, embedding into applications, and provides friendly SQL extensions. It is more efficient than traditional Unix pipes in data analysis scenarios.