From 2f0773b7e8205ef79eafc4a175ded854d789f5be Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 7 Jan 2021 13:48:42 +0100 Subject: [PATCH] Added package torm (#1774) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 0d767ea..50e48bd 100644 --- a/packages.json +++ b/packages.json @@ -21045,5 +21045,18 @@ "description": "A correctly-rounded arbitrary precision decimal floating point arithmetic library", "license": "(MIT or Apache License 2.0) and Simplified BSD", "web": "https://github.com/inv2004/nim-decimal" + }, + { + "name": "torm", + "url": "https://github.com/cybertim/torm", + "method": "git", + "tags": [ + "orm", + "db", + "database" + ], + "description": "Tiny ORM for SQLite.", + "license": "MIT", + "web": "https://github.com/cybertim/torm" } ]