t8y2/dbx

20 MB lightweight cross-platform database client for 80+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng....

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 57 minutes ago
Added to GitGenius on July 2nd, 2026
Created on April 29th, 2026
Open Issues & Pull Requests: 1,060 (+1)
Number of forks: 1,548
Total Stargazers: 15,649 (+11)
Total Subscribers: 86 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.5 hours
Mean response time: 4.5 days
90th percentile: 14.8 days
Tracked items: 3,764

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 8% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1,015
New in 7 days: 381
Closed in 7 days: 548
Avg open age: 8 days
Stale 30+ days: 302
Stale 90+ days: 0

Recent activity

Opened in 7 days: 307
Closed in 7 days: 376
Comments in 7 days: 742
Events in 7 days: 3,217

Top labels

  • bug (2,376)
  • enhancement (1,787)
  • user-priority/P0 (840)
  • user-priority/P1 (647)
  • user-priority/P2 (547)
  • db/mysql (521)
  • qq-feedback (438)
  • db/postgres (227)

Detailed Description

DBX is a lightweight, cross-platform database client and management tool written in Rust that supports over 60 different database systems in a compact 15MB package.

The tool supports an extensive range of databases including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server, Oracle, Elasticsearch, MariaDB, TiDB, Doris, SelectDB, StarRocks, Redshift, and many others. This broad database compatibility makes DBX a unified solution for developers and database administrators who work with multiple database systems. The project distinguishes itself from competitors like DBeaver and TablePlus by eliminating runtime dependencies entirely, shipping as a single binary without requiring Java JRE, Python virtual environments, or bundled Chromium.

DBX offers both desktop and self-hosted deployment options. The desktop application runs natively on macOS, Windows, and Linux, while a Docker self-hosting option enables team access and a web version accommodates browser-only environments. All versions maintain feature parity and share connection configurations across platforms. The application is built using Tauri and Vue, combining a lightweight desktop framework with a modern frontend framework.

A distinctive feature of DBX is its integrated AI assistant that operates directly within the editor interface. Users can highlight a table, describe their requirements in natural language, and receive SQL code without needing to switch between tools. The AI integration supports multiple backends including Claude, OpenAI, and local models via Ollama, with built-in safety checks that review AI-generated SQL before execution. Additionally, DBX implements the Model Context Protocol, enabling Claude Code, Cursor, Windsurf, and other AI coding agents to query databases through pre-configured connections.

The project has been featured on Product Hunt, HelloGitHub, and Trendshift, reflecting its recognition within the developer community.

The codebase is organized around database client functionality, with support for connection management, query execution, data visualization, and database administration tasks. The project's homepage at dbxio.com provides additional resources and documentation. The repository maintains active communication channels including QQ groups, WeChat groups, and Discord for community support, indicating a globally distributed user base with particular engagement from Chinese-speaking developers.