From 6a6db0c79237ace9876e988962a34bab059b804b Mon Sep 17 00:00:00 2001 From: Last <32554200+InvisibleFuture@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:50:36 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 904be3f..5f5d794 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # express-session-nedb +Use nedb as the storage container for session, and ensure that nedb and the project use the same version of dependencies, so that session data can also be queried and managed. + 使用 nedb 作为 session 的存储容器, 且保障nedb与项目使用统一版本依赖, 使 session 数据也可以被查询和管理 ```bash