--- title: Go 用 chDB のインストール sidebar_label: Go slug: /ja/chdb/install/go description: Go 用 chDB のインストール方法 keywords: [chdb, embedded, clickhouse-lite, go, install] --- # Go 用 chDB のインストール ## 必要条件 [libchdb](https://github.com/chdb-io/chdb) をインストールします: ```bash curl -sL https://lib.chdb.io | bash ``` ## インストール 参照: [chdb-go](https://github.com/chdb-io/chdb-go) ## GitHub リポジトリ プロジェクトの GitHub リポジトリは [chdb-io/chdb-go](https://github.com/chdb-io/chdb-go) で見つけることができます。 ## 使用法 - API ドキュメント: [高レベル API](https://github.com/chdb-io/chdb-go/blob/main/chdb.md) - 低レベル API ドキュメント: [低レベル API](https://github.com/chdb-io/chdb-go/blob/main/lowApi.md)