1.0.1 • Published 3 years ago

nedb-electron v1.0.1

Weekly downloads
18
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

NeDB Electron

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"
  },
...

Install

npm i nedb-electron