Update README.md

pull/2/head
Louis Chatriot 12 years ago
parent 4f641aac42
commit 53648289c0
  1. 2
      README.md

@ -2,6 +2,8 @@
Embedded persistent database for Node.js, with no dependency (except npm modules of course). The API is the same as MongoDB. Embedded persistent database for Node.js, with no dependency (except npm modules of course). The API is the same as MongoDB.
**It's still experimental!** I'm still stabilizing the code. The API will not change though. Don't hesitate to file issues/PRs if you find bugs.
## Why? ## Why?
I needed to store data from another project (<a href="https://github.com/louischatriot/braindead-ci" target="_blank">Braindead CI</a>). I needed the datastore to be standalone (i.e. no dependency except other Node modules) so that people can install the software using a simple `npm install`. I couldn't find one without bugs and a clean API so I made this one. I needed to store data from another project (<a href="https://github.com/louischatriot/braindead-ci" target="_blank">Braindead CI</a>). I needed the datastore to be standalone (i.e. no dependency except other Node modules) so that people can install the software using a simple `npm install`. I couldn't find one without bugs and a clean API so I made this one.

Loading…
Cancel
Save