Merge pull request #288 from jlp765/db

add db package
This commit is contained in:
Dominik Picheta 2015-12-05 13:59:17 +00:00
commit 5373d7a0ea

View File

@ -3700,5 +3700,24 @@
"description": "Auto-generate a Python module that wraps a Nim module.",
"license": "MIT",
"web": "https://github.com/jboy/nim-pymod"
},
{
"name": "db",
"url": "https://github.com/jlp765/db",
"method": "git",
"tags": [
"wrapper",
"database",
"module",
"sqlite",
"mysql",
"postgres",
"db_sqlite",
"db_mysql",
"db_postgres"
],
"description": "Unified db access module, providing a single library module to access the db_sqlite, db_mysql and db_postgres modules.",
"license": "MIT",
"web": "https://github.com/jlp765/db"
}
]