Crate streamhouse

Crate streamhouse 

Source

Modules§

internal
Types that are used internally in #[derive(Row)]
types
Wrappers for clickhouse column types

Structs§

Client
A client for accessing clickhouse.
ClientBuilder
A builder which is the only way to construct a Client.

Enums§

Error
Represents all possible errors.

Traits§

Row
A type that is either a column type or a full clickhouse row.

Derive Macros§

Row
Derive macro for the Row trait