add new limdb library (#2250)

This commit is contained in:
Carlo Capocasa
2022-06-07 16:00:18 +08:00
committed by GitHub
parent 7fc87841ad
commit 38508d237d
+15
View File
@@ -4150,6 +4150,21 @@
"license": "MIT",
"web": "https://github.com/zielmicha/nim-dbus"
},
{
"name": "LimDB",
"url": "https://github.com/capocasa/limdb",
"method": "git",
"tags": [
"lmdb",
"key-value",
"persistent",
"database"
],
"description": "A wrapper for LMDB the Lightning Memory-Mapped Database",
"license": "MIT",
"web": "https://github.com/capocasa/limdb",
"doc": "https://capocasa.github.io/limdb/limdb.html"
},
{
"name": "lmdb",
"url": "https://github.com/FedericoCeratto/nim-lmdb",