Skip to content

Commit 44723ee

Browse files
authored
Update README.md
1 parent 5fb9dfe commit 44723ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const chdb = require("chdb-node");
2424
// Query (ephemeral)
2525
const db = new chdb.db("CSV") // format
2626
var result = db.query("SELECT version()");
27-
console.log(result) // 23.6.1.1
27+
console.log(result) // 23.10.1.1
2828

2929
// Query Session (persistent)
3030
const dbdisk = new chdb.db("CSV", "/tmp/mysession") // format, storage path
@@ -37,7 +37,7 @@ console.log(result) // chDB
3737
```javascript
3838
const chdb = require("chdb-node").chdb;
3939
var result = chdb.Execute("SELECT version()", "CSV");
40-
console.log(result) // 23.6.1.1
40+
console.log(result) // 23.10.1.1
4141
```
4242

4343
#### Session _(query, *format, *path)_

0 commit comments

Comments
 (0)