chdb-bindings-rs 0.1.6

Bindings for libchdb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Rust bindings for libchdb

See: https://github.com/metrico/libchdb

Required to install `libchdb`:

On ubuntu:
```bash
wget -qO - https://metrico.github.io/metrico.gpg | apt-key add - 
echo "deb [arch=x86_64] https://metrico.github.io/deb stable main" | tee /etc/apt/sources.list.d/metrico.list
apt update && apt install -y libchdb
```