3.0.0 • Published 10 years ago

json-logdb v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

json-logdb

Pure js clone of a leveldb log.

A small in-memory db, with the same api as leveldown, to be combined with https://github.com/dominictarr/json-sst to form a pure js leveldb clone.

All data is stored as line separated json, so to avoid tricky binary stuff. It is intended this will be replaced once https://github.com/rvagg/node-leveljs is ready.

Stability

Unstable: Expect patches and features, possible api changes.

License

MIT