diff --git a/README.md b/README.md index d6c29a6..039f084 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ of a lower speed). * connect-nedb-session is a session store for Connect and Express, backed by nedb +* If you mostly use NeDB for logging purposes and don't want the memory footprint of your application to grow too large, you can use NeDB Logger to insert documents in a NeDB-readable database * If you've outgrown NeDB, switching to MongoDB won't be too hard as it is the same API. Use this utility to transfer the data from a NeDB database to a MongoDB collection