> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.mintlify.site/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-mintlify-fbfa8bee/oAyKMWqXNwIzArPG/images/integrations/logos/node_js.svg?fit=max&auto=format&n=oAyKMWqXNwIzArPG&q=85&s=d5e33225dc101dc2bd5e33e98f64d475" href="/zh/integrations/language-clients/js" width="282" height="282" data-path="images/integrations/logos/node_js.svg">
    使用官方 JavaScript 客户端将 Node.js、浏览器、Cloudflare Workers 和 Deno 应用连接到 ClickHouse。
  </Card>

  <Card title="Python" icon="https://mintcdn.com/private-7c7dfe99-mintlify-fbfa8bee/oAyKMWqXNwIzArPG/images/integrations/logos/notext-python.svg?fit=max&auto=format&n=oAyKMWqXNwIzArPG&q=85&s=169dc6733b12e3741e79007cad8fe3f3" href="/zh/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-mintlify-fbfa8bee/SuhGaqX11zhHEe0p/images/integrations/logos/golang.svg?fit=max&auto=format&n=SuhGaqX11zhHEe0p&q=85&s=c9086092db94d039671d666a2848b2de" href="/zh/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-mintlify-fbfa8bee/oAyKMWqXNwIzArPG/images/integrations/logos/java.svg?fit=max&auto=format&n=oAyKMWqXNwIzArPG&q=85&s=b16b35ac7be93e0ecdc9b8eac3e6b0dc" href="/zh/integrations/language-clients/java" width="64" height="64" data-path="images/integrations/logos/java.svg">
    Java 客户端、JDBC 驱动、R2DBC 驱动，以及将 JVM 应用连接到 ClickHouse 的日期/时间指南。
  </Card>

  <Card title="C#" icon="https://mintcdn.com/private-7c7dfe99-mintlify-fbfa8bee/SuhGaqX11zhHEe0p/images/integrations/logos/csharp.svg?fit=max&auto=format&n=SuhGaqX11zhHEe0p&q=85&s=4482e91150707f4d615a810fa8614895" href="/zh/integrations/language-clients/csharp/overview" width="256" height="290" data-path="images/integrations/logos/csharp.svg">
    兼容 ADO.NET 的 C# 驱动，用于将 .NET 项目连接到 ClickHouse。
  </Card>

  <Card title="Rust" icon="https://mintcdn.com/private-7c7dfe99-mintlify-fbfa8bee/amY-JDMREAaO7mx6/images/integrations/logos/rust.png?fit=max&auto=format&n=amY-JDMREAaO7mx6&q=85&s=37a8f2c9ac27fd4baa61576fea1893d7" href="/zh/integrations/language-clients/rust" width="512" height="512" data-path="images/integrations/logos/rust.png">
    异步 Rust crate，支持 HTTP 传输、压缩和连接池。
  </Card>

  <Card title="C++" icon="https://mintcdn.com/private-7c7dfe99-mintlify-fbfa8bee/oAyKMWqXNwIzArPG/images/integrations/logos/logo_cpp.svg?fit=max&auto=format&n=oAyKMWqXNwIzArPG&q=85&s=b685823a222a2f7e6ac16f6afd66a0d9" href="/zh/integrations/language-clients/cpp" width="64" height="64" data-path="images/integrations/logos/logo_cpp.svg">
    `clickhouse-cpp` —— 快速、类型安全的 C++ 客户端库，并可选择集成 userver 框架。
  </Card>

  <Card title="Third-party clients" icon="users" href="/zh/integrations/language-clients/third-party/client-libraries">
    由社区维护的客户端库，适用于上述未涵盖的语言和运行时。
  </Card>
</CardGroup>
