File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 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!_
You can’t perform that action at this time.
0 commit comments