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

Thanks for the magnificent project. I had the need meanwhile in 2 projects to switch to mongodb for speed and size reasons but i needed to rewrite all queries. The...

## I tried to update a document which already exists This is the function ```typescript async function appendChat(chatData: ChatContent) { try { const db = new Datastore({ filename: "src/Db/UserChats.db", autoload:...

If I run a nodejs code with root permission, including the content of the `db.update` updates database, nedb will change the corresponding database file uid and gid to root permission...

Pretty self-explanatory change. Running this on IBM i (an AIX variant), I get: ```pascal Error: Failed to flush to storage at /QOpenSys/pkgs/lib/nodejs12/lib/node_modules/crontab-ui/node_modules/nedb/lib/storage.js:63:19 at FSReqCallback.oncomplete (fs.js:154:23) { errorOnFsync: [Error: EINVAL: invalid...

We are experimenting a random files erasing (set to 0kb) when the database path is set to a standard a remote folder. It is something very similar to the issue...

This has so much potential if combined with amazon S3 like service and type safety.

Is there any way to do case insensitive sorting? Any way at all? I note Issue 150, but that was in 2014. Any progress? Just a simple callback on two...

@louischatriot please just update dependency `underscore` as it is tagged as high vulnerability ``` # npm audit report nedb * Severity: high Prototype Pollution - https://github.com/advisories/GHSA-339j-hqgx-qrrx Depends on vulnerable versions...

I am using nedb in one of my projects. It seems to be matching my needs so far. I see one issue though, when trying to delete a record, instead...