aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]