Link Search Menu Expand Document

Classes (ClickHouse)


Classes specific to the ClickHouse data provider (RepoDb.ClickHouse, built on ClickHouse.Driver). These cover connection bootstrapping and configuration (ClickHouseBootstrap, ClickHouseGlobalConfiguration), schema discovery (ClickHouseDbHelper), SQL generation (ClickHouseStatementBuilder), provider settings (ClickHouseDbSetting), type resolution between ClickHouse column types and .NET CLR types (ClickHouseDbTypeNameToClientTypeResolver), and the mapping class used by the ClickHouse bulk operations (ClickHouseBulkInsertMapItem).


Table of contents