npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

json-logdb

3.0.0

@dominictarr

npmHomeRepoSnykSocket
Downloads:2
$ npm install json-logdb
DailyWeeklyMonthlyYearly

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