You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to initialize ledb with no_lock lmdb option, because I'm maintaining locks in my code. Is there an option to set this flag in Options struct? Thanks
The text was updated successfully, but these errors were encountered:
There are crates like https://crates.io/crates/derive_builder to create builders easily. For sure, I can create PR. What do you think about adding the dependency?
The compile-time dependencies is not so terrible for me, so you absolutely free to add any of it without hesitation while it is maintained and does not break compilation.
I'd like to initialize ledb with no_lock lmdb option, because I'm maintaining locks in my code. Is there an option to set this flag in Options struct? Thanks
The text was updated successfully, but these errors were encountered: