▲ Ask EJS: What's your opinion on LevelDB? ▼8 up and 0 down, posted by sbruchmann 3309 days ago 10 comments
sbruchmann 3308 days ago. link parent 1 point ▲ ▼Yeah, NeDB is quite nice, but a bit too much for this project. All I need is a simple key/value store. I might as well just use a JSON file via [lowdb](https://www.npmjs.com/package/lowdb).