diff --git a/packages.json b/packages.json index a66292f..11a6d4f 100644 --- a/packages.json +++ b/packages.json @@ -7581,5 +7581,19 @@ "description": "A library providing zero-cost chaining for functional abstractions in Nim", "license": "MIT", "web": "https://github.com/alehander42/zero-functional" + }, + { + "name": "ormin", + "url": "https://github.com/Araq/ormin", + "method": "git", + "tags": [ + "ORM", + "SQL", + "db", + "database" + ], + "description": "Prepared SQL statement generator. A lightweight ORM.", + "license": "MIT", + "web": "https://github.com/Araq/ormin" } ]