File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v3
17
17
- name : Fetch library
18
18
run : |
19
- sudo wget https://github.com/metrico/libchdb /releases/latest/download/libchdb.zip
20
- sudo unzip libchdb.zip
19
+ wget https://github.com/chdb-io/chdb /releases/latest/download/linux-x86_64- libchdb.tar.gz
20
+ tar -xzf linux-x86_64- libchdb.tar.gz
21
21
sudo mv libchdb.so /usr/lib/libchdb.so
22
22
sudo ldconfig
23
23
- name : Build
Original file line number Diff line number Diff line change 2
2
<img src =" https://avatars.githubusercontent.com/u/132536224 " width =130 />
3
3
</a >
4
4
5
- [ ![ Rust] ( https://github.com/metrico /chdb-rust/actions/workflows/rust.yml/badge.svg )] ( https://github.com/metrico /chdb-rust/actions/workflows/rust.yml )
5
+ [ ![ 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 )
6
6
7
7
# chdb-rust <img src =" https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Rust_programming_language_black_logo.svg/1024px-Rust_programming_language_black_logo.svg.png " height =20 />
8
8
Experimental [ chDB] ( https://github.com/auxten/chdb ) FFI bindings for Rust
9
9
### Status
10
10
11
11
- experimental, unstable, subject to changes
12
- - requires [ ` libchdb ` ] ( https://github.com/metrico/libchdb ) on the system
12
+ - requires [ ` libchdb ` ] ( https://github.com/chdb-io/chdb ) on the system
13
13
- ffi hack for testing. not a proper library or crate!
14
14
15
15
#### Build binding
You can’t perform that action at this time.
0 commit comments