chdb-node
chdb-node copied to clipboard
Native NodeJS bindings for chDB, an in-process SQL OLAP Engine powered by ClickHouse
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...
This is quite a simple issue, none of the examples in the README file work: Example n°1: ``` const { query } = require("chdb"); const ret = query("SELECT version(), 'Hello...
I noticed that in the following conditions I get when I run the example script for second time: ``` Code: 57. DB::Exception: Directory for table data data/default/testtable/ already exists. (TABLE_ALREADY_EXISTS)...
I have been playing with **chdb-node** a lot lately - exploring what can I do with the project. I am working on a proof of concept a local emulator of...
Hello @auxten I have been adding a few UDFs to my application/playground. I found that CREATE FUNCTION returns an empty response even when I instruct CHDB that I would like...
This commit includes the new LocalChdb api using connect / chdb_conn to offer stateful query with long live clickhouse engine instance bind with connection. It also include a new NApi...
Hello @auxten I am talking with a few enthusiasts and we are considering to add a few things that will improve the developers' experience on CHDB. We could work on...