We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent980cc46 commitd6ece83Copy full SHA for d6ece83
README.md
@@ -11,7 +11,6 @@
11
12
- experimental, unstable, subject to changes
13
- requires[`libchdb`](https://github.com/metrico/libchdb) on the system
14
-
15
-:wave:_C/Node developer? Jump in and help us evolve this prototype into a stable module!_
16
17
<br>
@@ -50,7 +49,7 @@ var result = = chdb.Session("SELECT hello();")
50
49
console.log(result)// chDB
51
```
52
53
-Sessions persist table data to disk. You can specify`path` to implement auto-cleanup strategies:
+⚠️Sessions persist table data to disk. You can specify`path` to implement auto-cleanup strategies:
54
```javascript
55
consttemperment=require('temperment');
56
consttmp=temperment.directory();
@@ -60,8 +59,4 @@ console.log(result) // chDB
60
59
tmp.cleanup.sync();
61
62
63
-⚠️_Session folders are persistent and NOT automatically cleaned_
64
65
66
67