kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
520 stars 44 forks source link

Interop with Python's LMDB package? #314

Open vedantroy opened 2 weeks ago

vedantroy commented 2 weeks ago

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 1 week ago

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.