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 b4ab0eb commit 2c722dbCopy full SHA for 2c722db
README.md
@@ -34,7 +34,7 @@ console.log(result) // chDB
34
35
Sessions persist table data to disk. You can specify the `path` and `format`:
36
```javascript
37
-chdb.Session("CREATE FUNCTION IF NOT EXISTS hello AS () -> 'chDB'", "CSV", "/tmp/)
+chdb.Session("CREATE FUNCTION IF NOT EXISTS hello AS () -> 'chDB'", "CSV", "/tmp/")
38
```
39
40
⚠️ _Session folders are persistent and NOT automatically cleaned_
0 commit comments