We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa5b19 commit 0d1bab0Copy full SHA for 0d1bab0
README.md
@@ -9,13 +9,13 @@ Experimental [chDB](https://github.com/auxten/chdb) FFI bindings for Rust
9
### Status
10
11
- experimental, unstable, subject to changes
12
-- requires [`libchdb.so`](https://github.com/metrico/libchdb/releases) on the system
+- requires [`libchdb`](https://github.com/metrico/libchdb) on the system
13
- ffi hack for testing. not a proper library or crate!
14
15
#### Build binding
16
```bash
17
-rust build
18
-rust run
+cargo build
+cargo run
19
```
20
21
0 commit comments