Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chdb-io/chdb-rust
- Owner: chdb-io
- License: apache-2.0
- Created: 2023-05-10T16:37:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T02:48:22.000Z (4 months ago)
- Last Synced: 2024-08-26T03:56:13.810Z (4 months ago)
- Topics: binding, chdb, clickhouse, ffi, rust
- Language: Rust
- Homepage: https://chdb.io
- Size: 64.5 KB
- Stars: 24
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.