From d6ece833f66f53e69497ad496628ab3b4b7ff1b3 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Tue, 1 Aug 2023 15:23:04 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 08eb8e7..ca8c60e 100644 --- a/README.md +++ b/README.md @@ -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!_
@@ -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(); @@ -60,8 +59,4 @@ console.log(result) // chDB tmp.cleanup.sync(); ``` -⚠️ _Session folders are persistent and NOT automatically cleaned_ -
- -