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