Experimental chDB FFI bindings for Rust
- Experimental, unstable, subject to changes
- Requires
libchdb
on the system. You can install the compatible version frominstall_libchdb.sh
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.