From 0976c5e7c8093ecd707ee678ed3b140e1ab1d631 Mon Sep 17 00:00:00 2001 From: Hitesh Jasani Date: Fri, 17 Jan 2020 02:29:01 -0500 Subject: [PATCH] Add pg_util (#1326) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fff32f9..c75fbff 100644 --- a/packages.json +++ b/packages.json @@ -16143,6 +16143,19 @@ "license": "MIT", "web": "https://github.com/treeform/staticglfw" }, + { + "name": "pg_util", + "url": "https://github.com/hiteshjasani/nim-pg-util.git", + "method": "git", + "tags": [ + "postgresql", + "postgres", + "pg" + ], + "description": "Postgres utility functions", + "license": "MIT", + "web": "https://github.com/hiteshjasani/nim-pg-util" + }, { "name": "googleapi", "url": "https://github.com/treeform/googleapi",