chdb 0.1.2

Use clickhouse as library (chdb)
Documentation
1
2
3
4
5
pub mod options;
mod query;
mod result;

pub use query::Query;