Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9
Releases: chdb-io/chdb-node
Releases · chdb-io/chdb-node
v1.3.0
5eb8870 This commit was created on GitHub.com and signed with GitHub’sverified signature.
What's Changed
const{ queryBind}=require("chdb");// Bind parameters in queryconstresult=queryBind('SELECT {id:UInt32}, {name:String}',{id:42,name:'Alice'},'CSV');console.log(result);// "42","Alice"
New Contributors
Full Changelog:v1.2.1...v1.3.0
v1.2.1
9ecdb6d This commit was created on GitHub.com and signed with GitHub’sverified signature.
What's Changed
- Use non sudo update_libchdb.sh by@auxten in#16
- Use libchdb API v2 to throw exception while SQL error by@auxten in#14
const{ query}=require("chdb");// If an error occurs, it will be throwntry{query("SELECT * FROM non_existent_table;","CSV");}catch(e){console.log("Error:",e.message);}
Full Changelog:v1.1.4...v1.2.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1 person reacted
v1.2.0
f75803c This commit was created on GitHub.com and signed with GitHub’sverified signature.
What's Changed
const{ query}=require("chdb");// If an error occurs, it will be throwntry{query("SELECT * FROM non_existent_table;","CSV");}catch(e){console.log("Error:",e.message);}
Full Changelog:v1.1.4...v1.2.0
v1.1.4
7cb8ee7 This commit was created on GitHub.com and signed with GitHub’sverified signature.
v1.1.3
What's Changed
Full Changelog:v1.1.2...v1.1.3
v1.1.2
941ef91 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
What's Changed
Full Changelog:v1.1.0...v1.1.2
v1.1.0
782a8c1 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
What's Changed
- fix: use array function by@shengxinjing in#2
- add darwin-arm64 prebuild & typescript definitions by@farmer00317558 in#3
- Keepup libchdb.so/chdb.h with main repo by@xq262144 in#4
- Fix session by@auxten in#5
New Contributors
- @shengxinjing made their first contribution in#2
- @farmer00317558 made their first contribution in#3
- @xq262144 made their first contribution in#4
- @auxten made their first contribution in#5
Full Changelog:1.0.1...v1.1.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.0.1
d6ece83 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Update README.md
Assets2
Uh oh!
There was an error while loading.Please reload this page.
0.7.0
ad10fce This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
- NodeJS experimental binding forlibchdb 0.7.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.