chdb-node icon indicating copy to clipboard operation
chdb-node copied to clipboard

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

Results 5 chdb-node issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

dependencies

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...