https://github.com/chdb-io/chdb-rust
Rust FFI example binding for chDB, an embedded SQL Engine powered by ClickHouse
https://github.com/chdb-io/chdb-rust
binding chdb clickhouse ffi rust
Last synced: 3 months ago
JSON representation
Rust FFI example binding for chDB, an embedded SQL Engine powered by ClickHouse
- Host: GitHub
- URL: https://github.com/chdb-io/chdb-rust
- Owner: chdb-io
- License: apache-2.0
- Created: 2023-05-10T16:37:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T13:34:52.000Z (3 months ago)
- Last Synced: 2025-03-19T14:33:40.187Z (3 months ago)
- Topics: binding, chdb, clickhouse, ffi, rust
- Language: Rust
- Homepage: https://chdb.io
- Size: 68.4 KB
- Stars: 35
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml)
# chdb-rust
![]()
Experimental [chDB](https://github.com/chdb-io/chdb) FFI bindings for Rust### Status
- Experimental, unstable, subject to changes
- Requires [`libchdb`](https://github.com/chdb-io/chdb) on the system#### Build binding
```bash
./update_libchdb.sh
RUST_BACKTRACE=full cargo build --verbose
```### Run tests
`cargo test`### Examples
See `tests` directory.