In standalone application, I have insert 10 key,value using LMDB.
but if application crash and restart, and then I am trying to access the same LMDB DB file, I am not able to see any data. it give error violating memory access.
Any solution for this?
I am looking for LMDB persistence, On restart of application do not need to push key value again in LMDB.
--
with regards:-
Vipul Jain