Merge pull request #874 from xzfc/master

Add package ndb
This commit is contained in:
Dominik Picheta 2018-10-01 20:37:21 -07:00 committed by GitHub
commit 47bfb8842a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]