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" } ]