aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-10-01 20:37:21 -0700
committerGitHub <noreply@github.com>2018-10-01 20:37:21 -0700
commit47bfb8842ab23feeb0c00b6ebc2b74b5dda31589 (patch)
tree2832adc4d80b0fc7f8cadddcb9f26c2e5de7f95e
parent71f44f12b8b07ab7eedf69e0e44491d1b38ef0fd (diff)
parent354bb9a55b7b9c32ba0fb5678991c15293714a6e (diff)
downloadpackages-47bfb8842ab23feeb0c00b6ebc2b74b5dda31589.tar.gz
packages-47bfb8842ab23feeb0c00b6ebc2b74b5dda31589.zip
Merge pull request #874 from xzfc/master
Add package ndb
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 2185813..a8d91da 100644
--- a/packages.json
+++ b/packages.json
@@ -10886,5 +10886,20 @@
"description": "Statistic-driven microbenchmark framework",
"license": "MIT",
"web": "https://github.com/LemonBoy/criterion.nim"
+ },
+ {
+ "name": "ndb",
+ "url": "https://github.com/xzfc/ndb.nim",
+ "method": "git",
+ "tags": [
+ "binding",
+ "database",
+ "db",
+ "library",
+ "sqlite"
+ ],
+ "description": "A db_sqlite fork with a proper typing",
+ "license": "MIT",
+ "web": "https://github.com/xzfc/ndb.nim"
}
]