Skip to content

Commit

Permalink
Update libchdb.so to chdb-io/chdb
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Dec 23, 2023
1 parent c7d23ac commit 1a2d3a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bun-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- name: Fetch library
run: |
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
sudo unzip libchdb.zip
wget https://github.com/chdb-io/chdb/releases/latest/download/linux-x86_64-libchdb.tar.gz
tar -xzf linux-x86_64-libchdb.tar.gz
sudo mv libchdb.so /usr/lib/libchdb.so
sudo ldconfig
- uses: oven-sh/setup-bun@v1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<img src="https://avatars.githubusercontent.com/u/132536224" width=130 />
</a>

[![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)
[![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)

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

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

#### Build binding
```bash
Expand Down

0 comments on commit 1a2d3a3

Please sign in to comment.