From 34fca14d801b6e4cb5f5a3577407ea7080cc91fa Mon Sep 17 00:00:00 2001 From: thisboyiscrazy Date: Wed, 22 Feb 2017 11:23:49 -0500 Subject: [PATCH] Update README.md Update README.md to point to nedb-logger that uses nedb-core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 305235db..e0c8f663 100755 --- a/README.md +++ b/README.md @@ -688,7 +688,7 @@ expected kind of datasets (20MB for 10,000 2KB documents). * 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 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 * An ODM for NeDB: Camo