File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 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();")
5049console .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
5554const temperment = require (' temperment' );
5655const tmp = temperment .directory ();
@@ -60,8 +59,4 @@ console.log(result) // chDB
6059tmp .cleanup .sync ();
6160```
6261
63- ⚠️ _ Session folders are persistent and NOT automatically cleaned_
64-
6562<br >
66-
67-
You can’t perform that action at this time.
0 commit comments