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 1c1e390 commit bbc8edaCopy full SHA for bbc8eda
README.md
@@ -31,7 +31,7 @@ console.log(result)
31
// Query Session (persistent)
32
const dbdisk = new chdb.db('CSV', '/tmp/mysession') // format, storage path
33
dbdisk.session("CREATE FUNCTION IF NOT EXISTS hello AS () -> 'chDB'");
34
-result = dbdisk.session("SELECT hello()", "TabSeparated");
+result = dbdisk.session("SELECT hello()", "TabSeparated"); // optional format override
35
console.log(result)
36
```
37
0 commit comments