klickhouse 0.15.2

Klickhouse is a pure Rust SDK for working with Clickhouse with the native protocol in async environments with minimal boilerplate and maximal performance.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod array;
pub mod geo;
pub mod low_cardinality;
pub mod map;
pub mod nullable;
pub mod sized;
pub mod string;
pub mod tuple;

use super::*;