mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 06:33:10 +00:00
Add bson and mongopool (#1243)
This commit is contained in:
parent
54b2556c51
commit
a224fb1252
@ -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"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user