ClickHouse.Client
7.10.1
See the version list below for details.
dotnet add package ClickHouse.Client --version 7.10.1
NuGet\Install-Package ClickHouse.Client -Version 7.10.1
<PackageReference Include="ClickHouse.Client" Version="7.10.1" />
<PackageVersion Include="ClickHouse.Client" Version="7.10.1" />
<PackageReference Include="ClickHouse.Client" />
paket add ClickHouse.Client --version 7.10.1
#r "nuget: ClickHouse.Client, 7.10.1"
#addin nuget:?package=ClickHouse.Client&version=7.10.1
#tool nuget:?package=ClickHouse.Client&version=7.10.1
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
,Enum
etc. - Large arithmetic types:
(U)Int128
,(U)Int256
,Decimal128
,Decimal256
- Note: JSON type support was officially dropped from ClickHouse itself
- 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
SELECT
queries) - Works with ORM like Dapper, Linq2DB, Entity Framework Core etc.
Documentation
Documentation for the library is available in repository Wiki
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. |
.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.1)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 8.0.5)
-
.NETFramework 4.8
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.1)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 8.0.5)
-
.NETStandard 2.1
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.1)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 8.0.5)
-
net6.0
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.1)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 8.0.5)
-
net8.0
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- NodaTime (>= 3.2.1)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 8.0.5)
NuGet packages (36)
Showing the top 5 NuGet packages that depend on ClickHouse.Client:
Package | Downloads |
---|---|
Newguys.Sport
Package Description |
|
FreeSql.Provider.ClickHouse
FreeSql 数据库实现,基于 ClickHouse.Client Ado.net |
|
EntityFrameworkCore.ClickHouse
ClickHouse provider for Entity Framework Core. |
|
SqlSugar.ClickHouseCore
.NET ORM ClickHouse 组件 文档地址:https://www.donet5.com/Home/Doc?typeId=2437 |
|
linq2db.LINQPad
Supported databases: IBM DB2 LUW/zOS, Firebird, IBM Informix, Microsoft Access, Microsoft Sql Server (+Azure), Microsoft Sql Server Compact, MySql, MariaDB, Oracle, PostgreSQL, SQLite, SAP HANA, SAP/Sybase ASE, ClickHouse. |
GitHub repositories (7)
Showing the top 7 popular GitHub repositories that depend on ClickHouse.Client:
Repository | Stars |
---|---|
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM DB2 Hana Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
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.
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
|
linq2db/linq2db
Linq to database provider.
|
|
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
|
Version | Downloads | Last updated |
---|---|---|
7.13.2 | 888 | 6 days ago |
7.13.1 | 9,648 | a month ago |
7.13.0 | 11,172 | a month ago |
7.12.0 | 740 | a month ago |
7.11.0 | 13,118 | 2 months ago |
7.10.1 | 8,672 | 3 months ago |
7.10.0 | 17,444 | 3 months ago |
7.9.1 | 75,414 | 5 months ago |
7.9.0 | 1,009 | 5 months ago |
7.8.3 | 395 | 5 months ago |
7.8.3-alpha1 | 144 | 6 months ago |
7.8.2 | 61,257 | 6 months ago |
7.8.1 | 3,549 | 6 months ago |
7.8.0 | 55,419 | 7 months ago |
7.7.3 | 25,466 | 8 months ago |
7.7.2 | 2,672 | 8 months ago |
7.7.1 | 478 | 8 months ago |
7.7.0 | 12,505 | 8 months ago |
7.6.2 | 16,107 | 9 months ago |
7.6.1 | 451 | 9 months ago |
7.6.0 | 51,489 | 9 months ago |
7.5.3 | 6,614 | 9 months ago |
7.5.2 | 1,216 | 9 months ago |
7.5.1 | 28,468 | 6/17/2024 |
7.5.0 | 41,292 | 5/13/2024 |
7.3.0 | 10,699 | 4/17/2024 |
7.2.2 | 26,851 | 4/7/2024 |
7.2.1 | 10,213 | 3/25/2024 |
7.2.0 | 6,555 | 3/20/2024 |
7.1.1 | 51,442 | 2/18/2024 |
7.1.0 | 5,981 | 2/14/2024 |
7.0.0 | 40,269 | 1/14/2024 |
7.0.0-alpha1 | 244 | 12/24/2023 |
6.8.1 | 218,958 | 11/11/2023 |
6.8.0 | 27,280 | 11/6/2023 |
6.7.5 | 74,880 | 9/27/2023 |
6.7.4 | 75,740 | 8/4/2023 |
6.7.3 | 16,411 | 7/25/2023 |
6.7.2 | 16,195 | 7/12/2023 |
6.7.1 | 17,202 | 7/1/2023 |
6.7.0 | 50,620 | 6/14/2023 |
6.6.0 | 147,198 | 5/10/2023 |
6.5.2 | 46,412 | 4/7/2023 |
6.5.0 | 21,134 | 3/10/2023 |
6.4.0 | 43,729 | 1/28/2023 |
6.3.0 | 25,616 | 12/21/2022 |
6.2.0 | 20,343 | 11/22/2022 |
6.1.1 | 40,407 | 10/30/2022 |
6.0.0 | 22,469 | 10/13/2022 |
5.1.1 | 74,434 | 9/19/2022 |
5.1.0 | 14,730 | 9/14/2022 |
5.0.4 | 11,196 | 8/31/2022 |
5.0.3 | 43,867 | 8/6/2022 |
5.0.2 | 20,765 | 7/4/2022 |
5.0.1 | 584 | 7/3/2022 |
5.0.0 | 734 | 7/3/2022 |
4.3.1 | 1,539 | 6/30/2022 |
4.3.0 | 707 | 6/29/2022 |
4.2.2 | 132,993 | 2/23/2022 |
4.2.1 | 24,187 | 1/29/2022 |
4.2.0 | 610 | 1/29/2022 |
4.1.0 | 16,143 | 12/22/2021 |
4.0.1.462 | 70,187 | 10/23/2021 |
3.2.0.421 | 93,217 | 8/8/2021 |
3.1.0.379 | 79,475 | 4/7/2021 |
3.0.0.357 | 96,527 | 12/23/2020 |
2.3.0.326 | 14,601 | 11/26/2020 |
2.2.1.285 | 27,959 | 9/24/2020 |
2.2.0.279 | 8,318 | 9/19/2020 |
2.1.0.269 | 4,448 | 8/19/2020 |
2.0.0.262 | 1,593 | 7/1/2020 |
1.3.0.243 | 1,131 | 6/1/2020 |
1.2.0.230 | 10,181 | 5/14/2020 |
1.1.1.204 | 6,668 | 4/14/2020 |
1.1.0.197 | 1,151 | 3/29/2020 |
1.0.1.181 | 917 | 3/4/2020 |
1.0.0.174 | 796 | 2/21/2020 |
0.7.0.157 | 854 | 2/8/2020 |
0.6.0.144 | 663 | 2/3/2020 |
0.6.0.135 | 674 | 1/31/2020 |
0.5.0.106 | 728 | 1/1/2020 |
0.4.0.93 | 708 | 12/30/2019 |
0.2.0.69 | 1,691 | 11/25/2019 |
0.1.0.56-dev | 485 | 10/22/2019 |
0.1.0.49-dev | 465 | 10/20/2019 |
0.1.0.40-dev | 488 | 10/20/2019 |