Skip to content

Commit 75b18e6

Browse files
authored
Update README.md
1 parent f6066fd commit 75b18e6

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
@@ -22,7 +22,7 @@
2222
```javascript
2323
const addon = require('.');
2424
const chdb = require('chdb-node');
25-
const db = new chdb.db('CSV')
25+
const db = new chdb.db('CSV', '/tmp/mysession') // format, storage path
2626
var result;
2727

2828
// Query (ephemeral)

0 commit comments

Comments
 (0)