Sunday 30 July 2017

What is a good and simple nodejs library that provides an embedded DB?

Basically i have some scripts that need to store some state data. The server i will be running the scripts on is a rather specialized device. Unfortunately while the manufacturer provides node v8.x, i am unable to use anything that requires node-gyp. Which unfortunately leaves out PouchDB.I was playing with NeDB, but it relies on callbacks, and it feels pretty akward.What decent alternatives are there?

Submitted July 30, 2017 at 02:39PM by SonOfSpades

No comments:

Post a Comment