# clickhouse-cs **Repository Path**: mirrors_ClickHouse/clickhouse-cs ## Basic Information - **Project Name**: clickhouse-cs - **Description**: Official .NET client for ClickHouse DB - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-29 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

ClickHouse C# client


NuGet Version NuGet Downloads

## About Official C#/ADO.NET client for [ClickHouse](https://clickhouse.com/). * High performance * Supports bulk insertion * Uses compressed binary protocol over HTTP(S) * Available for .NET 6.0+ ## Documentation See the [ClickHouse website](https://clickhouse.com/docs/integrations/csharp) for full documentation. ## Usage examples We have a wide range of [examples](./examples), aiming to cover typical scenarios of client usage. ## ClickHouse versions The supported versions of the ClickHouse database server coincide with the versions currently receiving security updates. For the list of currently supported versions, see [here](https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#security-change-log-and-support). ## Contact us If you have any questions or need help, feel free to reach out to us in the [Community Slack](https://clickhouse.com/slack) or via [GitHub issues](https://github.com/ClickHouse/clickhouse-cs/issues). ## Contributing Contributions are welcome and highly appreciated! Check out our [contributing guide](./CONTRIBUTING.md). ## Official integrations * **Serilog**: [Serilog.Sinks.ClickHouse](https://github.com/ClickHouse/Serilog.Sinks.ClickHouse) * **Entity Framework Core**: [ClickHouse.EntityFrameworkCore](https://github.com/ClickHouse/ClickHouse.EntityFrameworkCore) * **Aspire**: [ClickHouse.Aspire](https://github.com/ClickHouse/ClickHouse.Aspire/) ## Acknowledgements Originally created by [Oleg V. Kozlyuk](https://github.com/DarkWanderer)