-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
以下是翻译后的 Markdown 文档: | ||
|
||
# Chen | ||
|
||
Chen 是 JumpServer 的 WebDB 连接组件,支持多种数据库协议。 | ||
Chen is the WebDB connection component of JumpServer, supporting multiple database protocols. | ||
|
||
Chen 使用 Java 实现,名字来源于 Dota 英雄 [陈](https://www.dota2.com/hero/chen) 。 | ||
Chen is implemented in Java, and its name is derived from the Dota hero [Chen](https://www.dota2.com/hero/chen). | ||
|
||
# UI 展示 | ||
# UI Showcase | ||
|
||
![UI展示](https://download.jumpserver.org/images/chen.png) | ||
![UI Showcase](https://download.jumpserver.org/images/chen.png) | ||
|
||
|
||
## 支持的功能 | ||
## Supported Features | ||
|
||
- [x] 安全认证 | ||
- [x] SQL 过滤 | ||
- [x] SQL 录像 | ||
- [x] SQL 阻断 | ||
- [x] Security Authentication | ||
- [x] SQL Filtering | ||
- [x] SQL Recording | ||
- [x] SQL Blocking | ||
|
||
## 支持的数据库 | ||
## Supported Databases | ||
|
||
- [x] MySQL 5.7/8.0+ | ||
- [x] MariaDB | ||
- [x] PostgreSQL (X-Pack) | ||
- [x] SQL Server (X-Pack) | ||
- [x] Oracle (X-Pack) | ||
- [x] DB2 (X-Pack) | ||
|
||
|
||
- [x] DB2 (X-Pack) |