Skip to content

Commit b082381

Browse files
authored
Update README.md
1 parent 7bedbb6 commit b082381

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1+
<a href="https://chdb.fly.dev" target="_blank">
2+
<img src="https://user-images.githubusercontent.com/1423657/236688026-812c5d02-ddcc-4726-baf8-c7fe804c0046.png" width=130 />
3+
</a>
4+
15
# chdb-node
2-
NodeJS bindings for chdb
6+
[chDB](https://github.com/auxten/chdb) nodejs bindings for fun and hacking.
7+
8+
### Status
9+
10+
- experimental, unstable, subject to changes
11+
- requires [`libchdb.so`](https://github.com/metrico/libchdb/releases) on the system
12+
13+
#### Example
14+
```javascript
15+
const addon = require('chdb-node');
16+
var result = addon.Execute('SELECT version()', 'CSV');
17+
console.log(result)
18+
```
19+
20+
<br>
21+
22+
:wave: _C/Node developer? Jump in and help us evolve this prototype into a stable module!_

0 commit comments

Comments
 (0)