From 2f69cc94b42d8a7e713c16ae3925a698ed501325 Mon Sep 17 00:00:00 2001 From: Huijie Wei Date: Fri, 2 Feb 2024 02:54:57 +0800 Subject: [PATCH] Adding SQLite storage(use better-sqlite3) (#638) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efde2c8d..9aa42707 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ When a value will be retrieved from Redis with a TTL minor than 3sec, the value - [node-cache-manager-sqlite](https://github.com/maxpert/node-cache-manager-sqlite) +- [@resolid/cache-manager-sqlite](https://github.com/huijiewei/cache-manager-sqlite) (uses [better-sqlite3](https://github.com/WiseLibs/better-sqlite3)) + ## Contribute If you would like to contribute to the project, please fork it and send us a pull request. Please add tests