diff --git a/README.md b/README.md index b1f63a7ec..269b4f1a8 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,10 @@
25+ databases in 15 MB. Desktop & Docker self-hosting, with built-in AI assistant.
@@ -23,9 +21,17 @@
+
+
+
+
+
+
+
+
- English | 简体中文 + English | 前往中文版本
@@ -192,12 +198,10 @@ The installer will be in `src-tauri/target/release/bundle/`.
## Community
+[](https://discord.gg/W7NyVDRt6a)
+[](https://qm.qq.com/q/1087880322)
[](https://linux.do)
-| WeChat Group | QQ Group |
-| :---------------------------------------------: | :-----------------------------------------: |
-| 15 MB 驾驭 25+ 种数据库。桌面端 & Docker 自托管,内置 AI 助手。
English | 简体中文
@@ -192,14 +198,10 @@ pnpm tauri build
## 社区
+[](https://discord.gg/W7NyVDRt6a)
+[](https://qm.qq.com/q/1087880322)
[](https://linux.do)
-### 交流群
-
-| 微信群 | QQ群 |
-|:---:|:---:|
-|
|
|
-
## Contributors
diff --git a/README.zh-CN.md b/README.zh-CN.md
index addb6df53..4eafdcf8f 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -3,12 +3,10 @@
DBX
@@ -23,6 +21,14 @@
+
+
+
+
+
+
+
+
|
|
-
## 贡献者
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index 753b17e87..ba9b46daf 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'DBX',
- description: 'Open-source, lightweight, cross-platform database management tool',
+ description: '25+ databases in 15 MB. Desktop & Docker self-hosting, with built-in AI assistant.',
base: '/dbx/',
head: [
['link', { rel: 'icon', href: '/dbx/logo.png' }],
@@ -150,7 +150,7 @@ export default defineConfig({
{ icon: 'npm', link: 'https://www.npmjs.com/package/@dbx-app/mcp-server' },
],
footer: {
- message: 'Released under the MIT License.',
+ message: 'Released under the AGPL-3.0 License.',
copyright: 'Copyright © 2024-present DBX Contributors',
},
search: {
diff --git a/docs/index.md b/docs/index.md
index a27fc2cd5..e0228f454 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,7 +4,7 @@ layout: home
hero:
name: DBX
text: Database Management Tool
- tagline: Open-source, lightweight, cross-platform. Supports 13+ databases with built-in AI assistant.
+ tagline: 25+ databases in 15 MB. Desktop & Docker self-hosting, with built-in AI assistant.
image:
src: /logo.png
alt: DBX
@@ -21,33 +21,33 @@ hero:
features:
- icon: 🗄️
- title: 13+ Databases
+ title: 25+ Databases
details: MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server, Oracle, Elasticsearch, and many MySQL/PG-compatible databases.
link: /guide/databases
linkText: View all databases
- icon: ✏️
title: Query Editor
- details: CodeMirror 6 with syntax highlighting, smart SQL autocomplete for tables and columns, format SQL, execute selected text.
+ details: CodeMirror 6 with syntax highlighting, smart SQL autocomplete for tables and columns, format SQL, execute selected text, 9 editor themes.
link: /guide/query-editor
linkText: Learn more
- icon: 📊
title: Data Grid
- details: Virtual-scrolled table with inline editing, sorting, search, WHERE filter, pagination. Edit data and preview SQL before saving.
+ details: Virtual-scrolled table that handles millions of rows. Inline editing, sorting, search, WHERE filter, pagination. Export to CSV, JSON, Markdown.
link: /guide/data-grid
linkText: Learn more
- icon: 🤖
title: AI Assistant
- details: Natural language to SQL, explain, optimize, fix errors. Supports Claude, OpenAI, and any compatible API.
+ details: Natural language to SQL, explain, optimize, fix errors. Supports Claude, OpenAI, and any OpenAI-compatible endpoint.
link: /guide/ai-assistant
linkText: Learn more
- icon: 🔌
title: MCP Integration
- details: Let Claude Code, Cursor and other AI agents query your databases and open tables in DBX directly.
+ details: Let Claude Code, Cursor, Windsurf and other AI agents query your databases and open tables in DBX directly.
link: /guide/mcp
linkText: Setup guide
- icon: 🔄
title: Schema Diff & Transfer
- details: Compare schemas across databases and generate sync SQL. Transfer data between different database engines.
+ details: Compare schemas across databases and generate sync SQL. Transfer data between different database engines. ER diagram visualization.
link: /guide/schema-diff
linkText: Learn more
- icon: 🔍
@@ -55,10 +55,10 @@ features:
details: Trace column dependencies through foreign keys, views, query history, and same-name fields across tables.
link: /guide/field-lineage
linkText: Learn more
- - icon: 🔒
- title: Secure & Lightweight
- details: Passwords in system keyring, SSH tunnel, encrypted config export. ~15 MB installer, no bundled Chromium.
- link: /guide/config-export
+ - icon: 🐳
+ title: Docker Self-Hosting
+ details: Deploy the web version via Docker with one command. Multi-arch images (amd64/arm64). Persistent data with volumes.
+ link: /guide/getting-started
linkText: Learn more
---
@@ -74,18 +74,13 @@ features:
font-weight: 600;
margin-bottom: 24px;
}
-.screenshot-section img {
- width: 100%;
- border-radius: 12px;
- box-shadow: 0 8px 30px rgba(0,0,0,0.12);
-}
.screenshot-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
- margin-top: 16px;
}
.screenshot-grid img {
+ width: 100%;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
@@ -93,9 +88,10 @@ features:
See it in action
-
-
+
+
+
+
功能预览
-
-
+
+
+
+