Skip to content

Commit bbc8eda

Browse files
authored
Update README.md
1 parent 1c1e390 commit bbc8eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ console.log(result)
3131
// Query Session (persistent)
3232
const dbdisk = new chdb.db('CSV', '/tmp/mysession') // format, storage path
3333
dbdisk.session("CREATE FUNCTION IF NOT EXISTS hello AS () -> 'chDB'");
34-
result = dbdisk.session("SELECT hello()", "TabSeparated");
34+
result = dbdisk.session("SELECT hello()", "TabSeparated"); // optional format override
3535
console.log(result)
3636
```
3737

0 commit comments

Comments
 (0)