Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Aug 1, 2023
1 parent 980cc46 commit d6ece83
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

- experimental, unstable, subject to changes
- requires [`libchdb`](https://github.com/metrico/libchdb) on the system

- :wave: _C/Node developer? Jump in and help us evolve this prototype into a stable module!_

<br>
Expand Down Expand Up @@ -50,7 +49,7 @@ var result = = chdb.Session("SELECT hello();")
console.log(result) // chDB
```

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:
```javascript
const temperment = require('temperment');
const tmp = temperment.directory();
Expand All @@ -60,8 +59,4 @@ console.log(result) // chDB
tmp.cleanup.sync();
```

⚠️ _Session folders are persistent and NOT automatically cleaned_

<br>


0 comments on commit d6ece83

Please sign in to comment.