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 f6066fd commit 75b18e6Copy full SHA for 75b18e6
README.md
@@ -22,7 +22,7 @@
22
```javascript
23
const addon = require('.');
24
const chdb = require('chdb-node');
25
-const db = new chdb.db('CSV')
+const db = new chdb.db('CSV', '/tmp/mysession') // format, storage path
26
var result;
27
28
// Query (ephemeral)
0 commit comments