Skip to content

Commit d6ece83

Browse files
authored
Update README.md
1 parent 980cc46 commit d6ece83

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
- experimental, unstable, subject to changes
1313
- requires [`libchdb`](https://github.com/metrico/libchdb) on the system
14-
1514
- :wave: _C/Node developer? Jump in and help us evolve this prototype into a stable module!_
1615

1716
<br>
@@ -50,7 +49,7 @@ var result = = chdb.Session("SELECT hello();")
5049
console.log(result) // chDB
5150
```
5251

53-
Sessions persist table data to disk. You can specify `path` to implement auto-cleanup strategies:
52+
⚠️ Sessions persist table data to disk. You can specify `path` to implement auto-cleanup strategies:
5453
```javascript
5554
const temperment = require('temperment');
5655
const tmp = temperment.directory();
@@ -60,8 +59,4 @@ console.log(result) // chDB
6059
tmp.cleanup.sync();
6160
```
6261

63-
⚠️ _Session folders are persistent and NOT automatically cleaned_
64-
6562
<br>
66-
67-

0 commit comments

Comments
 (0)