Skip to content

Native NodeJS bindings for chDB, an in-process SQL OLAP Engine powered by ClickHouse

License

Notifications You must be signed in to change notification settings

chdb-io/chdb-node

Repository files navigation

chDB-node

chdb-node

chDB nodejs bindings for fun and hacking.

Status

  • experimental, unstable, subject to changes
  • requires libchdb.so on the system

Example

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!

About

Native NodeJS bindings for chDB, an in-process SQL OLAP Engine powered by ClickHouse

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project