This is a simple fork of Louis Chartriot's NeDB.
The only change made was the removal of the following code from package.json
to allow setting custom db paths from the renderer process.
...
"browser": {
"./lib/customUtils.js": "./browser-version/browser-specific/lib/customUtils.js",
"./lib/storage.js": "./browser-version/browser-specific/lib/storage.js"
},
...
npm i nedb-electron