DBX is a lightweight, cross-platform database client designed to support many database systems in a compact application. It works with relational, document, analytical, cache, search, and cloud-oriented databases, making it useful for developers who move across different data stacks. The project emphasizes a small footprint, avoiding the heavy Chromium bundling common in many desktop database tools. It includes a query editor with syntax highlighting, autocomplete, formatting, diagnostics, saved snippets, query history, and tab restoration. dbx also includes an AI SQL assistant that can generate, explain, optimize, and help fix SQL through compatible model providers. Its main value is combining broad database coverage, a modern query workflow, and lightweight deployment across desktop and self-hosted environments.
Features
- Support for 40-plus database systems
- Lightweight 15 MB application footprint
- Cross-platform desktop and Docker self-hosting options
- SQL editor with autocomplete and formatting
- Persistent query history and saved snippets
- AI assistant for SQL generation, explanation, and fixes