Chdb for rust
Use clickhouse as library, based on clickhouse local
Requirements:
You should have libchdb
Install
cargo add chdb
or add to Cargo.toml
chdb = "0.1"
Powered by:
- ClickHouse - https://clickhouse.com/
- Chdb - https://github.com/chdb-io/chdb
- libchdb - https://github.com/metrico/libchdb
Usage
let result = new
.option
.option
.option
.exec
.unwrap;
println!;