Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

need nodejs npm binding #148

Closed
guozanhua opened this issue Dec 16, 2020 · 7 comments
Closed

need nodejs npm binding #148

guozanhua opened this issue Dec 16, 2020 · 7 comments

Comments

@guozanhua
Copy link

No description provided.

@erthink
Copy link
Owner

erthink commented Dec 16, 2020

PR is welcome!

@erthink
Copy link
Owner

erthink commented Dec 16, 2020

Please use the new C++ API as a basis/template.

@erichocean
Copy link

There is an existing node-lmdb binding that should be straightforward to port.

@kriszyp
Copy link

kriszyp commented Mar 20, 2021

Yes, I made a port of it (well, of lmdb-store that contains node-lmdb) to libmdbx here:
https://github.com/kriszyp/lmdbx-store
Certainly would need some more testing and attention. There a number of issues with the port, some which I mentioned here:
kriszyp/lmdb-js#24

@anuragvohraec
Copy link

Here is another lib:
https://www.npmjs.com/package/node-mdbx#putkey-value

@erthink
Copy link
Owner

erthink commented Jul 26, 2021

Have a couple of nodejs bindings for now :)

@kriszyp
Copy link

kriszyp commented Jan 31, 2022

@erthink In addition, the latest release of https://github.com/kriszyp/lmdbx-js should now support Deno, which I think counts as a separate platform for libmdbx, in addition to NodeJS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants