ClickHouse.Client
7.14.0
dotnet add package ClickHouse.Client --version 7.14.0
NuGet\Install-Package ClickHouse.Client -Version 7.14.0
<PackageReference Include="ClickHouse.Client" Version="7.14.0" />
<PackageVersion Include="ClickHouse.Client" Version="7.14.0" />
<PackageReference Include="ClickHouse.Client" />
paket add ClickHouse.Client --version 7.14.0
#r "nuget: ClickHouse.Client, 7.14.0"
#:package ClickHouse.Client@7.14.0
#addin nuget:?package=ClickHouse.Client&version=7.14.0
#tool nuget:?package=ClickHouse.Client&version=7.14.0
ClickHouse.Client
ADO.NET client for ClickHouse, ultra-fast 'big data' relational database
Key features
- High-throughput
- Fully supports ClickHouse-specific types:
- Composite types:
Array,Tuple,Nullable,Nested,Map, including combinations - Specialized types:
IPv4,IPv6,UUID,DateTime64,LowCardinality,Enumetc. - Large arithmetic types:
(U)Int128,(U)Int256,Decimal128,Decimal256
- Composite types:
- Correctly handles
DateTime, including time zones - Supports bulk insertion
- Uses compressed binary protocol over HTTP(S)
- Available for .NET Core/Framework/Standard
Advantages
Compared to other existing .NET clients, ClickHouse.Client has following advantages
- Does not have to buffer response, reducing memory usage
- Offers wider support for ClickHouse-specific types
- Is more compliant to ADO.NET standards (e.g. does not require calling 'NextResult' on
SELECTqueries) - Works with ORM like Dapper, Linq2DB, Entity Framework Core etc.
Documentation
Documentation for the library is available in repository Wiki
Acknowledgements
Originally created by Oleg V. Kozlyuk
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.2)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 9.0.2)
-
.NETFramework 4.8
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.2)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 9.0.2)
-
.NETStandard 2.1
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.2)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 9.0.2)
-
net6.0
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.2)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 9.0.2)
-
net8.0
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.2)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 9.0.2)
NuGet packages (39)
Showing the top 5 NuGet packages that depend on ClickHouse.Client:
| Package | Downloads |
|---|---|
|
Newguys.Sport
Package Description |
|
|
SqlSugar.ClickHouseCore
.NET ORM ClickHouse 组件 文档地址:https://www.donet5.com/Home/Doc?typeId=2437 |
|
|
ClickHouse.Client.BulkExtension
ClickHouseBulkExtension is a high-performance .NET library designed for efficient bulk insertion of data into ClickHouse databases via streaming. It supports both synchronous and asynchronous data sources, including non-materialized collections, and provides advanced features like dynamic code compilation and optional data compression. |
|
|
FastReport.Data.ClickHouse
Represents a connection to ClickHouse database. Shared Plugin for all versions of FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.WPF, FastReport.Avalonia. Requirements: Any FastReport 2026.1.8.0+ package, NuGet Client 3.4.4+ |
|
|
Dapper.Contrib.BulkInsert
Dapper bulk insert with Dapper. |
GitHub repositories (7)
Showing the top 7 popular GitHub repositories that depend on ClickHouse.Client:
| Repository | Stars |
|---|---|
|
DotNetNext/SqlSugar
.Net aot ORM SqlServer ORM Mongodb ORM MySql 瀚高 Postgresql ORM DB2 Hana 高斯 Duckdb C# VB.NET Sqlite ORM Oracle ORM Mysql Orm 虚谷数据库 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET9 ORM .NET8 ORM ClickHouse ORM QuestDb ,TDengine ORM,OceanBase ORM,GaussDB ORM,Tidb ORM Object/Relational Mapping
|
|
|
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
|
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
|
|
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
|
|
|
akpaevj/OneSTools.EventLog
Библиотеки и готовые инструменты для чтения и экспорта журнала регистрации 1С в ClickHouse и ElasticSearch
|
|
|
akpaevj/oneswiss
Система обслуживания и мониторинга информационных баз 1С
|
| Version | Downloads | Last Updated |
|---|---|---|
| 7.14.0 | 587,149 | 5/5/2025 |
| 7.13.2 | 24,969 | 4/17/2025 |
| 7.13.1 | 183,560 | 3/23/2025 |
| 7.13.0 | 61,770 | 3/9/2025 |
| 7.12.0 | 19,036 | 3/9/2025 |
| 7.11.0 | 46,941 | 2/18/2025 |
| 7.10.1 | 25,942 | 2/5/2025 |
| 7.10.0 | 57,383 | 1/20/2025 |
| 7.9.1 | 237,941 | 11/20/2024 |
| 7.9.0 | 7,401 | 11/19/2024 |
| 7.8.3 | 9,484 | 11/19/2024 |
| 7.8.3-alpha1 | 253 | 11/7/2024 |
| 7.8.2 | 211,433 | 10/13/2024 |
| 7.8.1 | 14,975 | 10/12/2024 |
| 7.8.0 | 139,512 | 9/21/2024 |
| 7.7.3 | 43,107 | 8/28/2024 |
| 7.7.2 | 9,316 | 8/28/2024 |
| 7.7.1 | 14,385 | 8/27/2024 |
| 7.7.0 | 37,733 | 8/25/2024 |
| 7.6.2 | 30,541 | 8/5/2024 |