-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add heed to the Other Databases list #117
Conversation
Hey, @nicoburns 👋 Do you need anything else to merge this PR? Have a good day |
Hmm.... heed does seem to be the most actively maintained lmdb library. But I'm a little reluctant to recommend a library whose only recent releases are alphas. Is there a reason why there hasn't been a stable release recently? |
There are two reasons for that:
You made a good point: It is time to release v0.20, and nobody is complaining about the API anymore. The codebase is great, although not perfect, but very good. The latest issues in the v0.20 milestone will be moved to another future release 🙌 |
Hey @nicoburns 👋 I finally released Heed v0.20 🛁. I released a lot of alpha versions, and I finally put an end to that. This is the final, well-maintained, safest, and most popular LMDB wrapper in the Rust ecosystem. Please tell me if you need any more information on the matter if you know any other LMDB wrapper that would be safer and more Rust-idiomatic than Heed 😃 Have a nice day 🌻 |
Hey @nicoburns 👋 What do you think now that heed v0.20 has been officially released? |
Hey @djc 👋 Can we reconsider adding heed to the blessed.rs list? It is the second crate with 73k monthly downloads. It's the second in the LMDB category after sled (which is not an LMDB wrapper). Plus, only having RocksDB wrappers is probably not that good in the embedded KV store ecosystem... |
Thank you very much! |
Hello 👋
This PR adds heed to the list of Other Databases. The Mozilla RKV crates depend on an inactive crate, and heed is more maintained and supports more LMDB features.