mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-09 09:33:08 +00:00
Take over LMDB wrapper (#952)
The previous project is not maintained and the author agreed: https://github.com/fowlmouth/lmdb.nim/issues/1
This commit is contained in:
parent
788bcf6211
commit
c2cd467f65
@ -3371,15 +3371,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lmdb",
|
"name": "lmdb",
|
||||||
"url": "https://github.com/fowlmouth/lmdb.nim",
|
"url": "https://github.com/FedericoCeratto/nim-lmdb",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"wrapper",
|
"wrapper",
|
||||||
"lmdb"
|
"lmdb",
|
||||||
|
"key-value"
|
||||||
],
|
],
|
||||||
"description": "A wrapper for LMDB the Lightning Memory-Mapped Database",
|
"description": "A wrapper for LMDB the Lightning Memory-Mapped Database",
|
||||||
"license": "MIT",
|
"license": "OpenLDAP",
|
||||||
"web": "https://github.com/fowlmouth/lmdb.nim"
|
"web": "https://github.com/FedericoCeratto/nim-lmdb"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "zip",
|
"name": "zip",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user