Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Rust](https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml/badge.svg)](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.