mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add heed to the Other Databases list (#117)
This commit is contained in:
parent
34afdb15c1
commit
5679df0f8f
1 changed files with 11 additions and 3 deletions
|
@ -845,6 +845,14 @@
|
||||||
"name": "elasticsearch"
|
"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",
|
"name": "Rocks DB",
|
||||||
"recommendations": [{
|
"recommendations": [{
|
||||||
|
@ -1122,9 +1130,9 @@
|
||||||
"name": "ribir",
|
"name": "ribir",
|
||||||
"link": "https://ribir.org/"
|
"link": "https://ribir.org/"
|
||||||
},
|
},
|
||||||
{ "name": "cushy" },
|
{ "name": "cushy" },
|
||||||
{ "name": "rui" },
|
{ "name": "rui" },
|
||||||
{ "name": "concoct" },
|
{ "name": "concoct" },
|
||||||
{ "name": "kas" }]
|
{ "name": "kas" }]
|
||||||
}, {
|
}, {
|
||||||
"name": "Window creation",
|
"name": "Window creation",
|
||||||
|
|
Loading…
Reference in a new issue