Crate clickhouse_client

Source
Expand description

Clickhouse client

This crate provides a Clickhouse client.

  • HTTP interface
  • Query builder
  • ORM to map to Rust types

§Features

  • time: support for the time crate types
  • uuid: support for the uuid crate types

Modules§

error
Error
intf
Interface
orm
ORM
query
Queries
schema
DDL
value
Data types

Structs§

Client
Clickhouse client

Type Aliases§

HttpClient
Client with the HTTP interface