From 28ae91ec6064d69355df20747518cb65e6ad7d5b Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Wed, 1 May 2013 18:15:54 +0100 Subject: [PATCH] Initial commit --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f356293..f6d5264 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ logs results npm-debug.log +workspace +node_modules diff --git a/README.md b/README.md index 1c6c4d4..443b07e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ node-embedded-db ================ -Embedded datastore for node.js +Couldn't find a good embedded datastore for node.js. I'm making one.