aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-09-17 23:23:06 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-09-17 23:23:06 +0100
commitc040f9cc65da8c4f9f72c305dc45bb8333c2dc2a (patch)
treefbfe379beb55f91eec1001cd844dd7a3e6f52e5c
parentcd1c0f18c27b4c061c23e4b28845e96e91ac3ff9 (diff)
parentd872cd8bc8bde8cd65ff98abdd26378d87fd6eae (diff)
downloadpackages-c040f9cc65da8c4f9f72c305dc45bb8333c2dc2a.tar.gz
packages-c040f9cc65da8c4f9f72c305dc45bb8333c2dc2a.zip
Merge pull request #253 from Senketsu/master
added 'nim-db-ex'
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1f29286..2fca040 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": "ndbex",
+ "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"
}
]