Interop with Python's LMDB package?
Opened this issue · 1 comments
vedantroy commented
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 commented
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.