Echo JS 0.11.0

<~>
zaygo 1878 days ago.
I have created a NoSQL database using Node JS & MessagePack. It is specially created for portable devices, to maintain their database in the device storage. If you could have a look & give me a feedback, it would mean a whole lot to me. Repos : https://github.com/zaygozi/lazlodb & https://github.com/zaygozi/lazlo-node
NPM : npm install -g lazlodb  |  npm install lazlo-node

tracker1 1878 days ago. link 1 point
I'm not trying to discourage the author in the comments below.  The project is interesting and cool, I'm just curious on the direction taken vs some of the alternative options below.

I would think that a wrapper for leveldb would be about as effective for use.  As a specific example leveldown/levelup and even pouchdb have very similar offerings, you could still use messagepack for your serialization.  Another option for serialization might have been protobuffers or bson.

I'm not sure what portable devices are targeted, or their usage but it's also possible that SQLite is already available for the platform(s) in question.