diff --git a/README.md b/README.md index 6dc97da..95b8a24 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ can be used with a simple `require` statement. The API is a subset of MongoDB's. NeDB is not intended to be a replacement of large-scale databases such as MongoDB! Its goal is to provide you with a clean and easy way to query data and persist it to disk, for web applications that do not need lots of concurrent connections, for example a continuous integration and deployment server and desktop applications built with Node Webkit. -I recently benchmarked NeDB against the popular client-side database TaffyDB and NeDB is much, much faster. That's why I created a browser version. +NeDB was benchmarked against the popular client-side database TaffyDB and NeDB is much, much faster. That's why there is now a browser version. Check the change log in the wiki if you think nedb doesn't behave as the documentation describes! Most of the issues I get are due to non-latest version NeDBs. +You want to help out? Check out how! + ## Installation, tests Module name on npm is `nedb`. @@ -583,6 +585,10 @@ Connect and Express, backed by nedb * 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 +## Help out! + + + ## License (The MIT License)