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