Skip to content

Commit 87392dd

Browse files
authored
Merge pull request #3 from chdb-io/updateLibchdb
Update libchdb.so to chdb-io/chdb
2 parents c7d23ac + 1a2d3a3 commit 87392dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/bun-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Fetch library
1818
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
2121
sudo mv libchdb.so /usr/lib/libchdb.so
2222
sudo ldconfig
2323
- uses: oven-sh/setup-bun@v1

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<img src="https://avatars.githubusercontent.com/u/132536224" width=130 />
33
</a>
44

5-
[![chDB-bun](https://github.com/metrico/chdb-bun/actions/workflows/bun-test.yml/badge.svg)](https://github.com/metrico/chdb-bun/actions/workflows/bun-test.yml)
5+
[![chDB-bun](https://github.com/chdb-io/chdb-bun/actions/workflows/bun-test.yml/badge.svg)](https://github.com/chdb-io/chdb-bun/actions/workflows/bun-test.yml)
66

77
# chdb-bun <img src="https://user-images.githubusercontent.com/1423657/236928733-43e4f74e-5cff-4b3f-8bb7-20df58e10829.png" height=20 />
8-
Experimental [chDB](https://github.com/auxten/chdb) FFI bindings for the [bun runtime](https://bun.sh)
8+
Experimental [chDB](https://github.com/chdb-io/chdb) FFI bindings for the [bun runtime](https://bun.sh)
99
### Status
1010

1111
- experimental, unstable, subject to changes
12-
- requires [`libchdb`](https://github.com/metrico/libchdb) on the system
13-
- requires `gcc`
12+
- requires [`libchdb`](https://github.com/chdb-io/chdb) on the system
13+
- requires `gcc` or `clang`
1414

1515
#### Build binding
1616
```bash

0 commit comments

Comments
 (0)