ClickHouse.Client 6.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ClickHouse.Client --version 6.3.0
NuGet\Install-Package ClickHouse.Client -Version 6.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ClickHouse.Client" Version="6.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClickHouse.Client --version 6.3.0
#r "nuget: ClickHouse.Client, 6.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ClickHouse.Client as a Cake Addin
#addin nuget:?package=ClickHouse.Client&version=6.3.0

// Install ClickHouse.Client as a Cake Tool
#tool nuget:?package=ClickHouse.Client&version=6.3.0

ClickHouse.Client

ADO.NET client for ClickHouse, ultra-fast 'big data' relational database

Latest version Downloads License Tests

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
  • 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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (25)

Showing the top 5 NuGet packages that depend on ClickHouse.Client:

Package Downloads
FreeSql.Provider.ClickHouse

FreeSql 数据库实现,基于 ClickHouse.Client Ado.net

linq2db.LINQPad The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

EntityFrameworkCore.ClickHouse

ClickHouse provider for Entity Framework Core.

Dapper.Contrib.BulkInsert

Dapper bulk insert with Dapper.

FastReport.OpenSource.Data.ClickHouse The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Represents a connection to ClickHouse database for FastReport.OpenSource. This package will not be updated. The FastReport.Data.ClickHouse package now includes a connector for all versions of the FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.CoreWin (.Net Core 3.1 and .Net 5 Windows).

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on ClickHouse.Client:

Repository Stars
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM Simple Easy 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
dotnetcore/FreeSql
🦄 .NET aot orm, C# orm, VB.NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, 虚谷 orm, 国产 orm, Clickhouse 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
Version Downloads Last updated
7.3.0 167 4/17/2024
7.2.2 1,811 4/7/2024
7.2.1 2,148 3/25/2024
7.2.0 1,585 3/20/2024
7.1.1 10,531 2/18/2024
7.1.0 2,177 2/14/2024
7.0.0 8,533 1/14/2024
7.0.0-alpha1 174 12/24/2023
6.8.1 71,820 11/11/2023
6.8.0 11,489 11/6/2023
6.7.5 34,712 9/27/2023
6.7.4 43,476 8/4/2023
6.7.3 8,178 7/25/2023
6.7.2 7,635 7/12/2023
6.7.1 8,886 7/1/2023
6.7.0 25,602 6/14/2023
6.6.0 65,027 5/10/2023
6.5.2 28,951 4/7/2023
6.5.0 13,781 3/10/2023
6.4.0 26,300 1/28/2023
6.3.0 20,999 12/21/2022
6.2.0 14,580 11/22/2022
6.1.1 23,429 10/30/2022
6.0.0 16,852 10/13/2022
5.1.1 43,116 9/19/2022
5.1.0 12,649 9/14/2022
5.0.4 9,982 8/31/2022
5.0.3 37,607 8/6/2022
5.0.2 19,289 7/4/2022
5.0.1 499 7/3/2022
5.0.0 566 7/3/2022
4.3.1 1,328 6/30/2022
4.3.0 604 6/29/2022
4.2.2 96,957 2/23/2022
4.2.1 11,619 1/29/2022
4.2.0 521 1/29/2022
4.1.0 12,948 12/22/2021
4.0.1.462 47,351 10/23/2021
3.2.0.421 86,903 8/8/2021
3.1.0.379 61,722 4/7/2021
3.0.0.357 75,755 12/23/2020
2.3.0.326 13,780 11/26/2020
2.2.1.285 27,584 9/24/2020
2.2.0.279 7,513 9/19/2020
2.1.0.269 3,979 8/19/2020
2.0.0.262 1,500 7/1/2020
1.3.0.243 997 6/1/2020
1.2.0.230 9,260 5/14/2020
1.1.1.204 6,583 4/14/2020
1.1.0.197 1,055 3/29/2020
1.0.1.181 826 3/4/2020
1.0.0.174 707 2/21/2020
0.7.0.157 779 2/8/2020
0.6.0.144 595 2/3/2020
0.6.0.135 597 1/31/2020
0.5.0.106 639 1/1/2020
0.4.0.93 635 12/30/2019
0.2.0.69 842 11/25/2019
0.1.0.56-dev 419 10/22/2019
0.1.0.49-dev 401 10/20/2019
0.1.0.40-dev 417 10/20/2019