Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interop with Python's LMDB package? #314

Open
vedantroy opened this issue Nov 13, 2024 · 1 comment
Open

Interop with Python's LMDB package? #314

vedantroy opened this issue Nov 13, 2024 · 1 comment

Comments

@vedantroy
Copy link

I tried to read the LMDB files generated by this program from Python using the lmdb package in Python, and I just couldn't get it to work. Have you managed to make it work successfully?

@kriszyp
Copy link
Owner

kriszyp commented Nov 14, 2024

Did you build lmdb-js to use the v1 data format?
npm install lmdb --build-from-source --use_data_v1=true
This is necessary for compatibility with other lmdb packages.

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

No branches or pull requests

2 participants