
chDB nodejs bindings for fun and hacking.
- experimental, unstable, subject to changes
- requires
libchdb.so
on the system
const addon = require('chdb-node');
var result = addon.Execute('SELECT version()', 'CSV');
console.log(result) // 22.12.1.1
👋 C/Node developer? Jump in and help us evolve this prototype into a stable module!