Merge pull request #3736 from moscas/patch-1

Update gui.md: add DataGrip
This commit is contained in:
alexey-milovidov 2018-12-03 19:04:05 +03:00 committed by GitHub
commit f5667fe713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,17 @@ Key features:
- Table preview.
- Autocompletion.
## DataGrip
[DataGrip](https://www.jetbrains.com/datagrip/) - Database IDE from JetBrains with dedicated support for ClickHouse. The same is embedded into other IntelliJ-based tools: PyCharm, IntelliJIDEA, GoLand, PhpStorm etc.
Features:
- Very fast code completion.
- Clickhouse synthax highlighting.
- Specific Clickhouse features support in SQL, i.e. nested columns, table engines.
- Data Editor.
- Refactorings.
- Search and Navigation.
[Original article](https://clickhouse.yandex/docs/en/interfaces/third-party_gui/) <!--hide-->