aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-07-02 10:15:46 +0100
committerGitHub <noreply@github.com>2016-07-02 10:15:46 +0100
commit55f69b6b8edb2b01dbba99641d19aeda16d5f781 (patch)
tree28c195a90104a86fdfcf33f929b00e0f1f63c8fe
parent75819a98581a5d2bf04edc6e7f1163f4839ae564 (diff)
parentcd8cbc33cfa3a5def17b69061e7f2578216b2379 (diff)
downloadpackages-55f69b6b8edb2b01dbba99641d19aeda16d5f781.tar.gz
packages-55f69b6b8edb2b01dbba99641d19aeda16d5f781.zip
Merge pull request #373 from cheatfate/asyncpg
AsyncPG package
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4d21d0f..23fab41 100644
--- a/packages.json
+++ b/packages.json
@@ -4859,5 +4859,22 @@
"web": "https://github.com/subsetpark/ad",
"url": "https://github.com/subsetpark/ad",
"description": "A simple RPN calculator"
+ },
+ {
+ "name": "asyncpg",
+ "url": "https://github.com/cheatfate/asyncpg",
+ "method": "git",
+ "tags": [
+ "async",
+ "database",
+ "postgres",
+ "postgresql",
+ "asyncdispatch",
+ "asynchronous",
+ "library"
+ ],
+ "description": "Asynchronous PostgreSQL driver for Nim Language.",
+ "license": "MIT",
+ "web": "https://github.com/cheatfate/asyncpg"
}
]