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§
Structs§
- Client
- Clickhouse client
Type Aliases§
- Http
Client - Client with the HTTP interface