▲ Ask EJS: What's your opinion on LevelDB? ▼8 up and 0 down, posted by sbruchmann 3309 days ago 10 comments
jx.shaw 3309 days ago. link 1 point ▲ ▼why not just use a embed js db, like nedb. I'd used it in a electron based comic reader app and it works very well. https://github.com/junxiong/comics-reader
sbruchmann 3308 days ago. link 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).