From 7c3e2f465ffea7414dd899a13e8935b57a1785d4 Mon Sep 17 00:00:00 2001 From: misebox Date: Thu, 23 Apr 2020 15:55:56 +0900 Subject: [PATCH] Added package pdba (#1443) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f14cd2f..79c753d 100644 --- a/packages.json +++ b/packages.json @@ -17464,6 +17464,19 @@ "web": "https://github.com/exelotl/trick", "doc": "https://exelotl.github.io/trick/trick.html" }, + { + "name": "pdba", + "url": "https://github.com/misebox/pdba", + "method": "git", + "tags": [ + "db", + "library", + "wrapper" + ], + "description": "A postgres DB adapter for nim.", + "license": "MIT", + "web": "https://github.com/misebox/pdba" + }, { "name": "wAuto", "url": "https://github.com/khchen/wAuto",