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+.
Install
dotnet add package Maurosoft.RepoDb.ClickHouse --version 1.0.13
Install-Package Maurosoft.RepoDb.ClickHouse -Version 1.0.13
<PackageReference Include="Maurosoft.RepoDb.ClickHouse" Version="1.0.13" />
Frameworks
Dependencies
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.