Skip to content

Commit b71d99f

Browse files
committed
add sharp driver
1 parent 2314fe8 commit b71d99f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ We are actively compiling this list of ClickHouse integrations below, so it's no
211211
|Azure Synapse|<Image img={azure_synapse_logo} size="logo" alt="Azure Synapse logo"/>|Data ingestion|A cloud-based analytics service for big data and data warehousing.|[Documentation](/integrations/azure-synapse)|
212212
|Azure Data Factory|<Image img={azure_data_factory_logo} size="logo" alt="Azure Data Factory logo"/>|Data ingestion|A cloud-based data integration service that enables you to create, schedule, and orchestrate data workflows at scale.|[Documentation](/integrations/azure-data-factory)|
213213
|C++|<Image img={logo_cpp} alt="Cpp logo" size="logo"/>|Language client|C++ client for ClickHouse|[GitHub](https://github.com/ClickHouse/clickhouse-cpp)|
214-
|C#|<Csharpsvg className="image" alt="Csharp logo" style={{width: '3rem'}}/>|Language client|ADO.NET client implementation for ClickHouse|[GitHub](https://github.com/ClickHouse/clickhouse-cs)|
214+
|C#|<Csharpsvg className="image" alt="Csharp logo" style={{width: '3rem'}}/>|Language client|ADO.NET client implementation for ClickHouse|[Documentation](/integrations/language-clients/csharp)|
215215
|Cassandra|<Image img={cassandra} alt="Cassandra logo" size="logo"/>|Data ingestion|Allows ClickHouse to use [Cassandra](https://cassandra.apache.org/) as a dictionary source.|[Documentation](/sql-reference/dictionaries/index.md#cassandra)|
216216
|CHDB|<Chdbsvg alt="CHDB logo" style={{width: '3rem' }}/>|AI/ML|An embedded OLAP SQL Engine|[GitHub](https://github.com/chdb-io/chdb#/),<br/>[Documentation](https://doc.chdb.io/)|
217217
|ClickHouse Client|<Clickhousesvg alt="ClickHouse logo" style={{width: '3rem' }}/>|SQL client|ClickHouse Client is the native command-line client for ClickHouse.|[Documentation](/interfaces/cli.md)|

docs/integrations/language-clients/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ that ClickHouse offers.
1111
| Page | Description |
1212
|-------------------------------------------------------------------------|----------------------------------------------------------------------------------|
1313
| [C++](/interfaces/cpp) | C++ Client Library and userver Asynchronous Framework |
14+
| [C#](/integrations/csharp) | Learn how to connect your C# projects to ClickHouse. |
1415
| [Go](/integrations/go) | Learn how to connect your Go projects to ClickHouse. |
1516
| [JavaScript](/integrations/javascript) | Learn how to connect your JS projects to ClickHouse with the official JS client. |
1617
| [Java](/integrations/java) | Learn more about several integrations for Java and ClickHouse. |

docs/integrations/language-clients/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_label: 'Rust'
3-
sidebar_position: 4
3+
sidebar_position: 5
44
keywords: ['clickhouse', 'rs', 'rust', 'cargo', 'crate', 'http', 'client', 'connect', 'integrate']
55
slug: /integrations/rust
66
description: 'The official Rust client for connecting to ClickHouse.'

0 commit comments

Comments
 (0)