From 72bc9046c69faa879a678834e311cd140d8fe345 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 27 Nov 2018 04:43:32 -0300 Subject: [PATCH] Add Gatabase (#947) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e71744b..dd9862a 100644 --- a/packages.json +++ b/packages.json @@ -11693,5 +11693,19 @@ "description": "A command lined based text editor", "license": "GPLv3", "web": "https://github.com/fox0430/moe" + }, + { + "name": "gatabase", + "url": "https://github.com/juancarlospaco/nim-gatabase", + "method": "git", + "tags": [ + "database", + "orm", + "postgres", + "sql" + ], + "description": "Postgres Database ORM for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-gatabase" } ]