Support NeDB development Support NeDB development No time to help out ? You can support NeDB development by sending money or bitcoins! Money: Bitcoin address: 1dDZLnWpBb...
Installation, tests Installation, tests Module name on npm and bower is nedb . npm install nedb -- save # Put latest version in your package.json npm test ...
Use in other services Use in other services connect-nedb-session is a session store forConnect and Express, backed by nedb If you mostly use NeDB for logging purposes and don...
Database adapters Memory/Filesystem SQL NoSQL Database adapters Feathers database adapters are modules that provide services that implement standard CRUD functionality for...
Creating/loading a database Creating/loading a database You can use NeDB as an in-memory only datastore or as a persistent datastore. One datastore is the equivalent of a Mongo...
Browser version Browser version The browser version and its minified counterpart are in the browser-version/out directory. You only need to require nedb.js or nedb.min.js in...