| Crates.io | chdb-rust |
| lib.rs | chdb-rust |
| version | 1.1.0 |
| created_at | 2025-10-21 03:20:36.057762+00 |
| updated_at | 2025-10-21 03:27:28.430323+00 |
| description | chDB FFI bindings for Rust(Experimental) |
| homepage | https://github.com/chdb-io/chdb-rust |
| repository | https://github.com/chdb-io/chdb-rust |
| max_upload_size | |
| id | 1893227 |
| size | 125,394 |
Experimental chDB FFI bindings for Rust
libchdb dependencies during buildThe library automatically downloads the required libchdb binary during the build process.
If you prefer to install libchdb manually, you can:
Install it system-wide:
./update_libchdb.sh --global
Or use it in a local directory:
./update_libchdb.sh --local
RUST_BACKTRACE=full cargo build --verbose
cargo test
See tests directory.