aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1f29286..15f592e 100644
--- a/packages.json
+++ b/packages.json
@@ -3256,5 +3256,23 @@
"description": "ptrace wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/ptrace.nim"
+ },
+ {
+ "name": "nim-db-ex",
+ "url": "https://github.com/Senketsu/nim-db-ex",
+ "method": "git",
+ "tags": [
+ "extension",
+ "database",
+ "Nim",
+ "convenience",
+ "db",
+ "mysql",
+ "postgres",
+ "sqlite"
+ ],
+ "description": "extension modules for Nim's 'db_*' modules",
+ "license": "MIT",
+ "web": "https://github.com/Senketsu/nim-db-ex"
}
]