From cd8cbc33cfa3a5def17b69061e7f2578216b2379 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Fri, 1 Jul 2016 11:54:45 +0300 Subject: [PATCH] AsyncPG package --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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" } ]