Add heed to the Other Databases list (#117)

This commit is contained in:
Clément Renault 2024-07-26 03:29:20 +02:00 committed by GitHub
parent 34afdb15c1
commit 5679df0f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -845,6 +845,14 @@
"name": "elasticsearch"
}]
},
{
"name": "LMDB",
"notes": "<a href=\"https://github.com/mozilla/rkv\">The rkv crate</a> depends on <a href=\"https://github.com/mozilla/lmdb-rs\">the lmdb-rkv dependency</a> which is archived and is inactive.",
"recommendations": [{
"name": "heed",
"notes": "A fully typed LMDB wrapper with minimum overhead."
}]
},
{
"name": "Rocks DB",
"recommendations": [{