diff --git a/README.md b/README.md index c3348f270..8858f0457 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
@@ -55,7 +55,7 @@
## Features
-### 30+ Databases, One Tool
+### 40+ Databases, One Tool
MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server, Oracle, Elasticsearch, MariaDB, TiDB, OceanBase, openGauss, GaussDB, KingBase, Vastbase, GoldenDB, Doris, SelectDB, StarRocks, Redshift, DM, TDengine, CockroachDB, Access, HighGo, and more. Agent/JDBC-oriented profiles extend DBX to H2, Snowflake, Trino, Hive, DB2, Informix, Neo4j, Cassandra, BigQuery, Kylin, SunDB, and custom JDBC connections. All in a single ~15 MB app. No bundled Chromium.
diff --git a/README.zh-CN.md b/README.zh-CN.md
index b63103f0f..81a174330 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -1,5 +1,5 @@
@@ -55,7 +55,7 @@
## 功能特性
-### 30+ 种数据库,一个工具搞定
+### 40+ 种数据库,一个工具搞定
MySQL、PostgreSQL、SQLite、Redis、MongoDB、DuckDB、ClickHouse、SQL Server、Oracle、Elasticsearch、MariaDB、TiDB、OceanBase、openGauss、GaussDB、KingBase、Vastbase、GoldenDB、Doris、SelectDB、StarRocks、Redshift、DM、TDengine、CockroachDB、Access、HighGo 等数据库都能直接连接。Agent/JDBC 方向的配置还可扩展到 H2、Snowflake、Trino、Hive、DB2、Informix、Neo4j、Cassandra、BigQuery、Kylin、SunDB 和自定义 JDBC。全部装进约 15 MB 的应用里,不内嵌 Chromium。
diff --git a/docs/app/[lang]/page.tsx b/docs/app/[lang]/page.tsx
index 78c104888..c13f225be 100644
--- a/docs/app/[lang]/page.tsx
+++ b/docs/app/[lang]/page.tsx
@@ -54,13 +54,13 @@ function metrics(starLabel: string) {
return {
en: [
{ value: '~15 MB', label: 'desktop installer' },
- { value: '25+', label: 'database engines' },
+ { value: '40+', label: 'database engines' },
{ value: '2 modes', label: 'desktop and Docker' },
{ value: starLabel, label: 'GitHub stars, fully open-source' },
],
cn: [
{ value: '~15 MB', label: '桌面安装包' },
- { value: '25+', label: '数据库引擎' },
+ { value: '40+', label: '数据库引擎' },
{ value: '2 种模式', label: '桌面与 Docker' },
{ value: starLabel, label: 'GitHub Star,完全开源' },
],