/chdb-rust

Rust FFI example binding for chDB, an embedded SQL Engine powered by ClickHouse

Primary LanguageRustApache License 2.0Apache-2.0

Rust

chdb-rust

Experimental chDB FFI bindings for Rust

Status

  • Experimental, unstable, subject to changes
  • Requires libchdb on the system

Build binding

./update_libchdb.sh
RUST_BACKTRACE=full cargo build --verbose
cargo run --example basic