EFCore.ClickHouse 1.1.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package EFCore.ClickHouse --version 1.1.8
NuGet\Install-Package EFCore.ClickHouse -Version 1.1.8
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="EFCore.ClickHouse" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFCore.ClickHouse --version 1.1.8
#r "nuget: EFCore.ClickHouse, 1.1.8"
#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 EFCore.ClickHouse as a Cake Addin
#addin nuget:?package=EFCore.ClickHouse&version=1.1.8

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

ClickHouse provider for Entity Framework Core

  • All schemas will set to null on model creating, if you want to use Schemas (which will consider as Database prefix in clickhouse) you need to set them manually after base.OnModelCreating()

  • add, drop and rename column not supported by some table engine type, so the only way is to recreate them, u need to use [ClickHouseTable(TableCreationStrategy.CREATE_OR_REPLACE)] attribute on the entity.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 2,331 11/19/2023
1.1.23 550 10/29/2023
1.1.22 107 10/29/2023
1.1.21 1,014 9/3/2023
1.1.20 165 9/3/2023
1.1.18 918 7/25/2023
1.1.17 155 7/24/2023
1.1.16 148 7/23/2023
1.1.8 144 7/19/2023
1.0.2 142 7/18/2023
1.0.1 129 7/18/2023
1.0.0 147 7/16/2023