File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : actions/setup-node@v3
Original file line number Diff line number Diff line change 55[ ![ chDB-node] ( https://github.com/chdb-io/chdb-node/actions/workflows/chdb-node-test.yml/badge.svg )] ( https://github.com/chdb-io/chdb-node/actions/workflows/chdb-node-test.yml )
66
77# chdb-node
8- [ chDB] ( https://github.com/auxten /chdb ) nodejs bindings for fun and hacking.
8+ [ chDB] ( https://github.com/chdb-io /chdb ) nodejs bindings for fun and hacking.
99
1010### Status
1111
1212- experimental, unstable, subject to changes
13- - requires [ ` libchdb ` ] ( https://github.com/metrico/libchdb ) on the system
13+ - requires [ ` libchdb ` ] ( https://github.com/chdb-io/chdb ) on the system
1414- :wave : _ C/Node developer? Jump in and help us evolve this prototype into a stable module!_
1515
1616<br >
You can’t perform that action at this time.
0 commit comments