docs: update supported database count to 40+
This commit is contained in:
parent
c0d3a46b93
commit
5003ef52e2
|
|
@ -1,5 +1,5 @@
|
|||
<div align="center">
|
||||
<h2>30+ databases in 15 MB. Desktop & Docker self-hosting, with built-in AI assistant.</h2>
|
||||
<h2>40+ databases in 15 MB. Desktop & Docker self-hosting, with built-in AI assistant.</h2>
|
||||
|
||||
<p>
|
||||
<img src="https://dl.dbxio.com/assets/readme-hero-20260517.png" alt="DBX screenshot" width="820" />
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div align="center">
|
||||
<h2>15 MB 驾驭 30+ 种数据库。桌面端 & Docker 自托管,内置 AI 助手。</h2>
|
||||
<h2>15 MB 驾驭 40+ 种数据库。桌面端 & Docker 自托管,内置 AI 助手。</h2>
|
||||
|
||||
<p>
|
||||
<img src="https://dl.dbxio.com/assets/readme-hero-20260517.png" alt="DBX 截图" width="820" />
|
||||
|
|
@ -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。
|
||||
|
||||
|
|
|
|||
|
|
@ -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,完全开源' },
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue