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

Wrapper for libmdbx

Results 7 lmdbx-js issues
Sort by recently updated
recently updated
newest added

Error: No native build was found for platform=darwin arch=arm64 runtime=node abi=111 uv=1 armv=8 libc=glibc node=19.7.0

This one I'm not sure how to fix on my own. ``` > let db = open({ path: 'db', compression: true }) Uncaught TypeError: Invalid FFI pointer type, expected null,...

Did this ever work? Seems like a typo unless the npm package name changed. Fixes the following error: ``` > import { open } from '../Projects/lmdbx-js/mod.ts'; Download https://cdn.jsdelivr.net/npm/lmdbs@latest/prebuilds/linux-x64/node.abi93.glibc.node Uncaught Error:...

When using with Deno 1.30.3, I get the following error: ``` > import { open } from 'https://deno.land/x/lmdbx/mod.ts'; Warning Implicitly using latest version (0.179.0) for https://deno.land/std/node/path.ts Warning Implicitly using latest...

Firstly, I apologize for filing this issue with your repository as it doesn't technically belong here, but– Do we know what happened to Libmdbx? Erthink seems to have completely disappeared....

`libmdbx` seems to have active development on [this repository](https://gitflic.ru/project/erthink/libmdbx) (the last commit was just a few hours ago), while LMDB rarely gets a few commits a year. According to `libmdbx`'s...