nedb icon indicating copy to clipboard operation
nedb copied to clipboard

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

Results 100 nedb issues
Sort by recently updated
recently updated
newest added

https://www.npmjs.com/advisories/1002590 mentioned this package has vulnerabilities. Any plan to have a fix

Since this won't be supported anymore, maybe owner should add a link to what would be recognized as a "official" and stable fork of this repo, like https://github.com/seald/nedb/ ?

might be worth archiving this project?

I have been using the nedb for a good time but now I am getting funny errors after performing a test of million of records.. which were inserted successfully. But...

There are small typos in: - README.md - browser-version/out/nedb.js - browser-version/test/chai.js - test/db.test.js Fixes: - Should read `within` rather than `whithin`. - Should read `stylistic` rather than `sylistic`. - Should...

Hello, excuse me, why does nedb not have the $setOnInsert setting option? This will make the operation of batch inserting data and updating data extremely complex. If there is $setOnInsert,...

I want to catch the abort if storage is full and it can't insert or update data. but this library can't catch abort. When I try to insert data if...

I was trying to find any existing issue and went through the documentation but didn't manage to figure out what is wrong. In my case I am inserting elements in...

![image](https://user-images.githubusercontent.com/28923770/123094388-368af980-d403-11eb-9cac-24cb6ea8ea02.png)

Hey. Im having issues where i need to restart the server to see database updates Is there anything you're aware of that could've caused this?