aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]