ClickHouse.Driver
0.7.18
See the version list below for details.
dotnet add package ClickHouse.Driver --version 0.7.18
NuGet\Install-Package ClickHouse.Driver -Version 0.7.18
<PackageReference Include="ClickHouse.Driver" Version="0.7.18" />
<PackageVersion Include="ClickHouse.Driver" Version="0.7.18" />
<PackageReference Include="ClickHouse.Driver" />
paket add ClickHouse.Driver --version 0.7.18
#r "nuget: ClickHouse.Driver, 0.7.18"
#:package ClickHouse.Driver@0.7.18
#addin nuget:?package=ClickHouse.Driver&version=0.7.18
#tool nuget:?package=ClickHouse.Driver&version=0.7.18
ClickHouse.Driver
Official ADO.NET client for ClickHouse DB.
Advantages
Compared to other existing .NET clients, ClickHouse.Driver 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.
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 is compatible. 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)
-
net9.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 (17)
Showing the top 5 NuGet packages that depend on ClickHouse.Driver:
| Package | Downloads |
|---|---|
|
EntityFrameworkCore.ClickHouse
ClickHouse provider for Entity Framework Core. |
|
|
FreeSql.Provider.ClickHouse
FreeSql 数据库实现,基于 ClickHouse.Client Ado.net |
|
|
linq2db.LINQPad
Supported databases: IBM DB2 LUW/zOS/iSeries, Firebird, IBM Informix, Microsoft Access, Microsoft Sql Server (+Azure), Microsoft Sql Server Compact, MySql, MariaDB, Oracle, PostgreSQL, SQLite, SAP HANA, SAP/Sybase ASE, ClickHouse. |
|
|
ClickHouse.Facades
Raw SQL migrations and contexts for ClickHouse |
|
|
Serilog.Sinks.ClickHouse
Serilog sink for ClickHouse |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on ClickHouse.Driver:
| Repository | Stars |
|---|---|
|
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.
|
|
|
linq2db/linq2db
Linq to database provider.
|
|
|
dotnet/nuget-trends
Check out NuGet packages adoption and what's trending on NuGet.
|
|
|
sitkoru/Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.0 | 29,301 | 4/14/2026 |
| 1.1.0 | 73,274 | 3/24/2026 |
| 1.0.2 | 22,155 | 3/10/2026 |
| 1.0.1 | 19,400 | 3/3/2026 |
| 1.0.0 | 26,033 | 2/17/2026 |
| 1.0.0-rc2 | 251 | 2/12/2026 |
| 1.0.0-rc1 | 4,856 | 1/21/2026 |
| 0.9.0 | 111,388 | 12/3/2025 |
| 0.8.1 | 39,663 | 11/19/2025 |
| 0.8.0 | 3,347 | 11/19/2025 |
| 0.7.20 | 250,220 | 8/19/2025 |
| 0.7.19 | 40,589 | 8/13/2025 |
| 0.7.18 | 9,926 | 8/2/2025 |