mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 03:42:48 +00:00
24 lines
676 B
Markdown
24 lines
676 B
Markdown
|
---
|
||
|
title: Rust用chDBのインストール
|
||
|
sidebar_label: Rust
|
||
|
slug: /ja/chdb/install/rust
|
||
|
description: Rust用chDBのインストール方法
|
||
|
keywords: [chdb, 組み込み, clickhouse-lite, bun, インストール]
|
||
|
---
|
||
|
|
||
|
## 要件
|
||
|
|
||
|
[libchdb](https://github.com/chdb-io/chdb)をインストールします:
|
||
|
|
||
|
```bash
|
||
|
curl -sL https://lib.chdb.io | bash
|
||
|
```
|
||
|
|
||
|
## 使用法
|
||
|
|
||
|
このバインディングは現在開発中です。[chdb-rust](https://github.com/chdb-io/chdb-rust)の指示に従って始めてください。
|
||
|
|
||
|
## GitHubリポジトリ
|
||
|
|
||
|
プロジェクトのGitHubリポジトリは[chdb-io/chdb-rust](https://github.com/chdb-io/chdb-rust)で確認できます。
|