Add bson and mongopool (#1243)

This commit is contained in:
John Dupuy 2019-11-09 13:48:47 -06:00 committed by Miran
parent 54b2556c51
commit a224fb1252

View File

@ -15177,6 +15177,36 @@
"description": "Redis connection pool",
"license": "MIT",
"web": "https://github.com/zedeus/redpool"
},
{
"name": "bson",
"url": "https://github.com/JohnAD/bson",
"method": "git",
"tags": [
"bson",
"serialize",
"parser",
"json"
],
"description": "BSON Binary JSON Serialization",
"license": "MIT",
"web": "https://github.com/JohnAD/bson"
},
{
"name": "mongopool",
"url": "https://github.com/JohnAD/mongopool",
"method": "git",
"tags": [
"mongodb",
"mongo",
"database",
"driver",
"client",
"nosql"
],
"description": "MongoDb pooled driver",
"license": "MIT",
"web": "https://github.com/JohnAD/mongopool"
}
]