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

Hello, I was told to report the following issue here : parcel-bundler/parcel#7666 Thanks

Hi Kris! Every now and then a user reports this error. Or our CI or our testing itself runs into it: ```shell MDB_PROBLEM: Unexpected problem - txn should abort ```...

Occasionally, we get this error on CI (and if it does occur, it's always on the same test) ```js 1) cache should support moving the project root: Error: Invalid argument...

The following code: ``` const pages = this.pages .getRange({ end: MAXIMUM_KEY }) // Need to avoid un-intuitive behavior // .asArray.filter((entry) => entry.key !== STRUCTURES_KEY); ``` will return an all the...

When importing in Deno (no actual usage) the following error occurs: ``` error: Module not found "https://deno.land/x/[email protected]/external.js". at https://deno.land/x/[email protected]/deps.ts:2:30 ``` Most likely, importing `setExternals` from `./native.js` instead of `./external.js` in...

Something that'd be nice is to have built-in stream support e.g. if there's a request over HTTP for 100 MB of data.

Hi, I want to use pkg to create a windows binary of my app including lmdb. I'm a little bit lost and don't know how to fix the error. Is...

Originally posted here: parcel-bundler/parcel#7992, and looks like it may be an upstream issue here in lmdb: ``` $ volta install node@18 $ npm install parcel npm ERR! code 1 npm...

Using the url in the docs: ``` Deno 1.19.0 exit using ctrl+d or close() > import * as lmdb from "https://deno.land/x/lmdb/mod.t" Download https://deno.land/x/lmdb/mod.t Warning Implicitly using latest version (test-build) for...

First of all, thanks for making this awesome library. I'm running into an issue where memory seems to grow uncontrollably. My test (Default options to new DB except with cache:...