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

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB

Results 55 lmdb-js issues
Sort by recently updated
recently updated
newest added

V2.2 adds support for temporary databases, which are stored in the system temp directory, and deleted when the environment is closed. However, we are currently only deleting the .mdb file,...

Since v2.6.0 a database created using an arm64 host cannot be read from on amd64. Say, for example, you create an lmdb on an M1 mac then ship that up...

First off, this is a freakin fantastic library, great work! In my project I have a custom radix 255 function that converts the numeric value of zero into "\x0". After...

While trying to use this module with Electron (20) on macOS x64, I get: ``` dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeEPKNS_9CFunctionE Referenced from: /[...]/node_modules/@lmdb/lmdb-darwin-x64/node.napi.node Expected in: flat...

https://github.com/erthink/libmdbx Regards.

Hi there! I want to use lmdb for a simple key/value project. my db structure is: Key: string Value: {} I've run into a problem: I want to retrieve the...

Hello, I noticed a problem with lmdb attempting to flush something to the disk, even when used with `{ readOnly: true }` option. This is making it challenging to use...

It looks like the `sharedStructuresKey` does not work if it is set to `0`. I would like to use `keyEncoding: 'uint32'` combined with shared structures thus `sharedStructuresKey` set to `0`...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade msgpackr from 1.9.1 to 1.9.2. :information_source: Keep your dependencies up-to-date....