add new limdb library (#2250)

This commit is contained in:
Carlo Capocasa 2022-06-07 10:00:18 +02:00 committed by GitHub
parent 7fc87841ad
commit 38508d237d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",