Skip to main content
Maurosoft.RepoDb.ClickHouse package icon

Maurosoft.RepoDb.ClickHouse

RepoDb extension for ClickHouse, built on the official ClickHouse.Driver ADO.NET provider. Provides a ClickHouse-aware IDbSetting/IDbHelper/IStatementBuilder (backtick quoting, LIMIT/OFFSET pagination, ALTER TABLE mutations for UPDATE/DELETE, INSERT-based MERGE fallback), a RepoDbClickHouseConnection that transparently rewrites RepoDb's "@name" parameters into ClickHouse.Driver's native "{name:Type}" substitution syntax, and a native RowBinary bulk-insert path for high-throughput ingestion. Compatible with RepoDb 1.15.1+ and ClickHouse.Driver 1.3.0+.

Total Downloads
815
815
Published
Aug 10, 2026
Latest stable version

Install

.NET CLI
dotnet add package Maurosoft.RepoDb.ClickHouse --version 1.0.13
Package Manager Console
Install-Package Maurosoft.RepoDb.ClickHouse -Version 1.0.13
PackageReference
<PackageReference Include="Maurosoft.RepoDb.ClickHouse" Version="1.0.13" />

Frameworks

net9.0

Dependencies

[1.3.0, )
RepoDb
net9.0
[1.15.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

NuGet marks this package as deprecated and points to RepoDb.ClickHouse as an alternative.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.