aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 771ef6d..91b2a36 100644
--- a/packages.json
+++ b/packages.json
@@ -4481,5 +4481,21 @@
"description": "High level xml library for Nim",
"license": "MIT",
"web": "https://github.com/vegansk/xmltools"
+ },
+ {
+ "name": "nimongo",
+ "url": "https://github.com/SSPkrolik/nimongo",
+ "method": "git",
+ "tags": [
+ "mongo",
+ "mongodb",
+ "database",
+ "server",
+ "driver",
+ "storage"
+ ],
+ "description": "MongoDB driver in pure Nim language with synchronous and asynchronous I/O support",
+ "license": "MIT",
+ "web": "https://github.com/SSPkrolik/nimongo"
}
]