We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57dea4 commit 1036f42Copy full SHA for 1036f42
README.md
@@ -21,5 +21,6 @@ bun install chdb-bun
21
```js
22
import { Execute } from 'chdb-bun';
23
console.log(Execute("SELECT version()", "CSV"));
24
+// "23.10.1.1"
25
```
26
0 commit comments