From a224fb12524e63033dd29e4d4d9e4b603f6c108f Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Sat, 9 Nov 2019 13:48:47 -0600 Subject: [PATCH] Add bson and mongopool (#1243) --- packages.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/packages.json b/packages.json index 768866d..82ad365 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]