From a134e8f4d6122bee6756613dc78f96e3a2ee9967 Mon Sep 17 00:00:00 2001 From: "Dr. David Kunz" Date: Tue, 6 Apr 2021 13:37:03 +0200 Subject: [PATCH] Added package nery (#1861) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ef99c6f..f591406 100644 --- a/packages.json +++ b/packages.json @@ -22052,6 +22052,20 @@ "license": "MIT", "web": "https://github.com/markspanbroek/upraises" }, + { + "name": "nery", + "url": "https://github.com/David-Kunz/Nery", + "method": "git", + "tags": [ + "query", + "macro", + "sql", + "select" + ], + "description": "A simple library to create queries in Nim.", + "license": "MIT", + "web": "https://github.com/David-Kunz/Nery" + }, { "name": "scorper", "url": "https://github.com/bung87/scorper",