Skip to content

The JavaScript Database, for Node.js, nw.js, electron and the browser

License

Notifications You must be signed in to change notification settings

davdaarn/nedb-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The JavaScript Database, for Node.js, nw.js, electron and the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%