node-lmdb icon indicating copy to clipboard operation
node-lmdb copied to clipboard

Node.js binding for lmdb

Results 40 node-lmdb issues
Sort by recently updated
recently updated
newest added

We experienced a persistent failure when running node-lmdb under WSL: the "Windows Subsystem for Linux" thing that gives you a linux-ish kernel and an Ubuntu (or other) userspace. A basic...

`readonly` at (https://github.com/Venemo/node-lmdb/blob/master/index.d.ts#L103) should be `readOnly`.

Just for testing, I just copied lmdb-js changes to node-lmdb and works like a charm (at least the mapsize autogrow without needing to relaunch the transaction). Haven't done any further...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

https://github.com/Venemo/node-lmdb/blob/master/test/threads.js#L86 I'm trying to add `console.log` as following: at line 86 ``` ... process.on('message', function(msg) { console.log('worker received', msg) // no any output here if (msg.key) { var txn =...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hello, after updating the node to the 16th version of the gitlab for dockerfile launched in the pipeline, I began to receive this error. Then I tried to install this...

Refs Agoric/agoric-sdk#2977 This is apparently caused by older stdc++ compiler flags. Please see uhop/node-re2#100 for another package that was plagued by this and found a fix. ``` CXX(target) Release/obj.target/node-lmdb/src/node-lmdb.o In...

Bumps [tar](https://github.com/npm/node-tar) from 2.2.2 to 6.1.11. Changelog Sourced from tar's changelog. Changelog 6.0 Drop support for node 6 and 8 fix symlinks and hardlinks on windows being packed with \-style...

dependencies