File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
- experimental, unstable, subject to changes
13
13
- requires [ ` libchdb ` ] ( https://github.com/metrico/libchdb ) on the system
14
-
15
14
- :wave : _ C/Node developer? Jump in and help us evolve this prototype into a stable module!_
16
15
17
16
<br >
@@ -50,7 +49,7 @@ var result = = chdb.Session("SELECT hello();")
50
49
console .log (result) // chDB
51
50
```
52
51
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:
54
53
``` javascript
55
54
const temperment = require (' temperment' );
56
55
const tmp = temperment .directory ();
@@ -60,8 +59,4 @@ console.log(result) // chDB
60
59
tmp .cleanup .sync ();
61
60
```
62
61
63
- ⚠️ _ Session folders are persistent and NOT automatically cleaned_
64
-
65
62
<br >
66
-
67
-
You can’t perform that action at this time.
0 commit comments