From 0350579bdbdde98e34a0173775748f731fef7f3c Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Wed, 27 Feb 2019 16:42:47 +0400 Subject: [PATCH] Added package norm (#1017) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 443f8d9..b329fea 100644 --- a/packages.json +++ b/packages.json @@ -12726,5 +12726,18 @@ "description": "Libravatar library for Nim, Gravatar alternative. Libravatar is an open source free federated avatar api & service.", "license": "PPL", "web": "https://github.com/juancarlospaco/nim-libravatar" + }, + { + "name": "norm", + "url": "https://github.com/moigagoo/norm", + "method": "git", + "tags": [ + "orm", + "db", + "database" + ], + "description": "Nim ORM.", + "license": "MIT", + "web": "https://github.com/moigagoo/norm" } ]