From 577675460da24d230785f2d89cf4d07f45576b32 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Tue, 26 Jul 2016 04:02:23 +0300 Subject: [PATCH] doc: updated interfaces [#METR-20000]. --- doc/reference_en.html | 9 ++++++++- doc/reference_ru.html | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/reference_en.html b/doc/reference_en.html index 0b29baa33f..2aa4a64a7e 100644 --- a/doc/reference_en.html +++ b/doc/reference_en.html @@ -762,9 +762,16 @@ The optional 'quota_key' parameter can be passed as the quota key (any s The HTTP interface allows passing external data (external temporary tables) for querying. For more information, see the section "External data for query processing". +==JDBC driver== + +There are official JDBC driver for ClickHouse. See here. + + ==Third-party client libraries== -There exist third-party client libraries for Python, PHP (1, 2), Go, Node.js. +There exist third-party client libraries for Python, PHP (1, 2, 3, 4), Go, Node.js (1, 2). + +Libraries was not tested by us. Ordering is arbitrary. ==Native interface (TCP)== diff --git a/doc/reference_ru.html b/doc/reference_ru.html index f165db09cb..53c66595a8 100644 --- a/doc/reference_ru.html +++ b/doc/reference_ru.html @@ -775,9 +775,16 @@ $ echo 'SELECT number FROM system.numbers LIMIT 10' | curl 'http://localhost:812 HTTP интерфейс позволяет передать внешние данные (внешние временные таблицы) для использования запроса. Подробнее смотрите раздел "Внешние данные для обработки запроса" +==JDBC драйвер== + +Для ClickHouse существует официальный JDBC драйвер. Смотрите здесь. + + ==Библиотеки от сторонних разработчиков== -Существуют библиотеки для работы с ClickHouse для Python, PHP (1, 2), Go, Node.js. +Существуют библиотеки для работы с ClickHouse для Python, PHP (1, 2, 3, 4), Go, Node.js (1, 2). + +Библиотеки не тестировались нами. Порядок перечисления произвольный. ==Родной интерфейс (TCP)== -- GitLab