kriszyp / lmdb-js

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

Can the files generated be read by other language? #61

Closed eramirez51 closed 3 years ago

eramirez51 commented 3 years ago

This is just a question. LMDB is a portable format. Can the files generated by lmdb-store, be read by Golang(for example) using standard LMDB library? Thank you for your answer.

kriszyp commented 3 years ago

Yes, but there are certainly some caveats, or things that can cause incompatibility:

eramirez51 commented 3 years ago

Thanks for the answer. Closing.