diff options
| author | JamesP <jlp765@gmail.com> | 2015-12-05 22:41:52 +1000 |
|---|---|---|
| committer | JamesP <jlp765@gmail.com> | 2015-12-05 22:41:52 +1000 |
| commit | 30eb49c3af7c698a49c6e181909a7cd8e3c78ca8 (patch) | |
| tree | 0c150b1ea2d65851b6a35c749263b25258641944 | |
| parent | f4d6ac10c07eb11d5acd4ad1ca3ca8a2fd5cbf70 (diff) | |
| download | packages-30eb49c3af7c698a49c6e181909a7cd8e3c78ca8.tar.gz packages-30eb49c3af7c698a49c6e181909a7cd8e3c78ca8.zip | |
add db package - unified single module combining db_sqlite, db_postgres, db_mysql
| -rw-r--r-- | packages.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages.json b/packages.json index cb49349..280ecf6 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
