diff --git a/docs/en/interfaces/third-party/gui.md b/docs/en/interfaces/third-party/gui.md index 727d1ba7270..5f7ef803bbb 100644 --- a/docs/en/interfaces/third-party/gui.md +++ b/docs/en/interfaces/third-party/gui.md @@ -48,6 +48,17 @@ Features: - Table preview with filtering and sorting. - Read-only queries execution. +### DBeaver + +[DBeaver](https://dbeaver.io/) - universal desktop database client with ClickHouse support. + +Features: + +- Query development with syntax highlight and autocompletion. +- Table list with filters and metadata search. +- Table data preview. +- Full text search. + ### clickhouse-cli [clickhouse-cli](https://github.com/hatarist/clickhouse-cli) is an alternative command line client for ClickHouse, written in Python 3. @@ -60,16 +71,6 @@ Features: ## Commercial -### DBeaver - -[DBeaver](https://dbeaver.io/) - universal desktop database client with ClickHouse support. - -Features: - -- Query development with syntax highlight. -- Table preview. -- Autocompletion. - ### DataGrip [DataGrip](https://www.jetbrains.com/datagrip/) is a database IDE from JetBrains with dedicated support for ClickHouse. It is also embedded into other IntelliJ-based tools: PyCharm, IntelliJ IDEA, GoLand, PhpStorm and others.