From 869c13cf8999b506353fb1dd5899422f3193f96e Mon Sep 17 00:00:00 2001 From: itsumura-h <39766805+itsumura-h@users.noreply.github.com> Date: Sat, 18 Jan 2020 19:11:20 +0900 Subject: [PATCH] Added package allographer (#1328) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index c75fbff..60593a3 100644 --- a/packages.json +++ b/packages.json @@ -16183,5 +16183,22 @@ "description": "Figma based UI library for nim, with HTML and OpenGL backends.", "license": "MIT", "web": "https://github.com/treeform/fidget" + }, + { + "name": "allographer", + "url": "https://github.com/itsumura-h/nim-allographer", + "method": "git", + "tags": [ + "database", + "sqlite", + "mysql", + "postgres", + "rdb", + "query_buulder", + "orm" + ], + "description": "A Nim query builder library inspired by Laravel/PHP and Orator/Python", + "license": "MIT", + "web": "https://github.com/itsumura-h/nim-allographer" } ]