The JavaScript Database, for Node.js, nw.js, electron and the browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Louis Chatriot cf2f1db9bd Benchmark for findone runs in half the time of find as expected 12 years ago
benchmarks Benchmark for findone runs in half the time of find as expected 12 years ago
lib Able to make the find bench pass through use of process.nexttick 12 years ago
test serialization and deserializiton ok for arrays and objects 12 years ago
.gitignore Initial commit 12 years ago
Makefile Ready to test 12 years ago
README.md Initial commit 12 years ago
package.json Test inserting documents 12 years ago

README.md

node-embedded-db

Couldn't find a good embedded datastore for node.js. I'm making one.