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?
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.
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?