diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-07-02 10:15:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-02 10:15:46 +0100 |
| commit | 55f69b6b8edb2b01dbba99641d19aeda16d5f781 (patch) | |
| tree | 28c195a90104a86fdfcf33f929b00e0f1f63c8fe | |
| parent | 75819a98581a5d2bf04edc6e7f1163f4839ae564 (diff) | |
| parent | cd8cbc33cfa3a5def17b69061e7f2578216b2379 (diff) | |
| download | packages-55f69b6b8edb2b01dbba99641d19aeda16d5f781.tar.gz packages-55f69b6b8edb2b01dbba99641d19aeda16d5f781.zip | |
Merge pull request #373 from cheatfate/asyncpg
AsyncPG package
| -rw-r--r-- | packages.json | 17 |
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" } ] |
