aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheatfate <ka@hardcore.kiev.ua>2016-07-01 11:54:45 +0300
committercheatfate <ka@hardcore.kiev.ua>2016-07-01 11:54:45 +0300
commitcd8cbc33cfa3a5def17b69061e7f2578216b2379 (patch)
tree28c195a90104a86fdfcf33f929b00e0f1f63c8fe
parent75819a98581a5d2bf04edc6e7f1163f4839ae564 (diff)
downloadpackages-cd8cbc33cfa3a5def17b69061e7f2578216b2379.tar.gz
packages-cd8cbc33cfa3a5def17b69061e7f2578216b2379.zip
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"
}
]