> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Клиенты для языков программирования

> Официальные и поддерживаемые сообществом клиенты для языков программирования ClickHouse.

В этом разделе документации вы можете узнать больше о различных клиентских библиотеках для языков программирования, доступных для ClickHouse.

<CardGroup cols={3}>
  <Card title="JavaScript" icon="https://mintcdn.com/private-7c7dfe99/2xXG-WsBZIAjPrro/images/integrations/logos/node_js.svg?fit=max&auto=format&n=2xXG-WsBZIAjPrro&q=85&s=3407b52a02d29fa758ceb7425f4954a2" href="/docs/ru/integrations/language-clients/js" width="282" height="282" data-path="images/integrations/logos/node_js.svg">
    Подключайте приложения на Node.js, в браузере, Cloudflare Workers и Deno к ClickHouse с помощью официального JS-клиента.
  </Card>

  <Card title="Python" icon="https://mintcdn.com/private-7c7dfe99/2xXG-WsBZIAjPrro/images/integrations/logos/notext-python.svg?fit=max&auto=format&n=2xXG-WsBZIAjPrro&q=85&s=71aeeed87fabdf23f88282e97737d448" href="/docs/ru/integrations/language-clients/python" width="110" height="110" data-path="images/integrations/logos/notext-python.svg">
    Драйвер на чистом Python с полной поддержкой типов, интеграцией с pandas/Arrow и синхронным и асинхронным API.
  </Card>

  <Card title="Go" icon="https://mintcdn.com/private-7c7dfe99/p6lPF7dDCe_kh8kW/images/integrations/logos/golang.svg?fit=max&auto=format&n=p6lPF7dDCe_kh8kW&q=85&s=cea5179cec35dc3e74cee6677157b94a" href="/docs/ru/integrations/language-clients/go" width="64" height="64" data-path="images/integrations/logos/golang.svg">
    Высокопроизводительные Native- и HTTP-драйверы с совместимостью с `database/sql` и батч-вставками в столбцовом формате.
  </Card>

  <Card title="Java" icon="https://mintcdn.com/private-7c7dfe99/p6lPF7dDCe_kh8kW/images/integrations/logos/java.svg?fit=max&auto=format&n=p6lPF7dDCe_kh8kW&q=85&s=dd322f210a0c9e652aa8f1530ec088ca" href="/docs/ru/integrations/language-clients/java" width="64" height="64" data-path="images/integrations/logos/java.svg">
    Java-клиент, JDBC driver, драйвер R2DBC и рекомендации по работе с датой и временем для подключения JVM-приложений к ClickHouse.
  </Card>

  <Card title="C#" icon="https://mintcdn.com/private-7c7dfe99/p6lPF7dDCe_kh8kW/images/integrations/logos/csharp.svg?fit=max&auto=format&n=p6lPF7dDCe_kh8kW&q=85&s=26b848e406d090963da5e71798b89df5" href="/docs/ru/integrations/language-clients/csharp/overview" width="256" height="290" data-path="images/integrations/logos/csharp.svg">
    Драйвер C# с поддержкой ADO.NET для подключения .NET-проектов к ClickHouse.
  </Card>

  <Card title="Rust" icon="https://mintcdn.com/private-7c7dfe99/mZtVb12aU_SCfZLY/images/integrations/logos/rust.webp?fit=max&auto=format&n=mZtVb12aU_SCfZLY&q=85&s=8fc220f22dde7ebedb3addc606a56a98" href="/docs/ru/integrations/language-clients/rust" width="512" height="512" data-path="images/integrations/logos/rust.webp">
    Асинхронный Rust-крейт с HTTP-транспортом, сжатием и пулом соединений.
  </Card>

  <Card title="C++" icon="https://mintcdn.com/private-7c7dfe99/2xXG-WsBZIAjPrro/images/integrations/logos/logo_cpp.svg?fit=max&auto=format&n=2xXG-WsBZIAjPrro&q=85&s=f2a64db86642e96ec9c5062a12a103d9" href="/docs/ru/integrations/language-clients/cpp" width="64" height="64" data-path="images/integrations/logos/logo_cpp.svg">
    `clickhouse-cpp` — быстрая типобезопасная клиентская библиотека C++ с опциональной интеграцией с фреймворком userver.
  </Card>

  <Card title="C" icon="https://mintcdn.com/private-7c7dfe99/dZqEt0Yqe3l5nwHY/images/integrations/logos/logo_c.svg?fit=max&auto=format&n=dZqEt0Yqe3l5nwHY&q=85&s=0342af7400ce9018781a30715faabece" href="/docs/ru/integrations/language-clients/c" width="224" height="247" data-path="images/integrations/logos/logo_c.svg">
    Нативная клиентская библиотека C для подключения приложений на C к ClickHouse.
  </Card>

  <Card title="Сторонние клиенты" icon="users" href="/docs/ru/integrations/language-clients/third-party/client-libraries">
    Поддерживаемые сообществом клиентские библиотеки для языков и сред выполнения, не охваченных выше.
  </Card>
</CardGroup>
