From 3c8dce62a4d6553e181ae3bd9b00fe441ddac062 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Mon, 29 Apr 2019 19:31:44 +0300 Subject: [PATCH] Update gui.md --- docs/zh/interfaces/third-party/gui.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/zh/interfaces/third-party/gui.md b/docs/zh/interfaces/third-party/gui.md index 35e4717a497..457ae3af902 100644 --- a/docs/zh/interfaces/third-party/gui.md +++ b/docs/zh/interfaces/third-party/gui.md @@ -47,6 +47,16 @@ ClickHouse Web 界面 [Tabix](https://github.com/tabixio/tabix). - 包含过滤和元数据的表列表。 - 带有过滤和排序的表格预览。 - 只读查询执行。 + +### DBeaver + +[DBeaver](https://dbeaver.io/) 具有ClickHouse支持的通用桌面数据库客户端。 + +特征: + + - 使用语法高亮显示查询开发。 + - 表格预览。 + - 自动完成。 ### clickhouse-cli @@ -60,16 +70,6 @@ ClickHouse Web 界面 [Tabix](https://github.com/tabixio/tabix). ## 商业 -### DBeaver - -[DBeaver](https://dbeaver.io/) 具有ClickHouse支持的通用桌面数据库客户端。 - -特征: - - - 使用语法高亮显示查询开发。 - - 表格预览。 - - 自动完成。 - ### DataGrip [DataGrip](https://www.jetbrains.com/datagrip/) 是JetBrains的数据库IDE,专门支持ClickHouse。 它还嵌入到其他基于IntelliJ的工具中:PyCharm,IntelliJ IDEA,GoLand,PhpStorm等。