> ## 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={2}>
  <Card title="clickhousectl" icon="terminal" href="/docs/ko/concepts/features/interfaces/cli">
    로컬 및 Cloud용 ClickHouse CLI입니다.
  </Card>

  <Card title="ClickHouse Client" icon="keyboard" href="/docs/ko/concepts/features/interfaces/client">
    네이티브 command-line client로, command-line options과 설정 파일을 지원합니다.
  </Card>

  <Card title="드라이버와 인터페이스" icon="plug" href="/docs/ko/concepts/features/interfaces/overview">
    ClickHouse에 연결하기 위한 네트워크 인터페이스, 드라이버 및 도구입니다.
  </Card>

  <Card title="C++ 클라이언트 라이브러리" icon="code" href="/docs/ko/concepts/features/interfaces/cpp">
    ClickHouse C++ 클라이언트 라이브러리입니다.
  </Card>

  <Card title="스키마 추론" icon="wand-magic-sparkles" href="/docs/ko/concepts/features/interfaces/schema-inference">
    입력 데이터에서 자동으로 스키마를 추론합니다.
  </Card>

  <Card title="웹 터미널" icon="globe" href="/docs/ko/concepts/features/interfaces/web-terminal">
    WebSocket을 통한 브라우저 기반 `clickhouse-client` 세션입니다.
  </Card>

  <Card title="웹 SQL UI (실행)" icon="browser" href="/docs/ko/concepts/features/interfaces/web-sql">
    ClickHouse가 `/play`에서 제공하는 기본 제공 브라우저 내 SQL 인터페이스입니다.
  </Card>

  <Card title="타사 인터페이스" icon="puzzle-piece" href="/docs/ko/concepts/features/interfaces/third-party/index">
    타사 도구, 라이브러리 및 통합입니다.
  </Card>
</CardGroup>
