From 61bb2dc5eb4f8355bbdb4ca6defd1bd59c572218 Mon Sep 17 00:00:00 2001 From: Andre von Houck Date: Sat, 22 Jul 2023 09:33:16 -0700 Subject: [PATCH] Add debby (#2662) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 101374dfb..18cc272fe 100644 --- a/packages.json +++ b/packages.json @@ -12305,6 +12305,21 @@ "license": "MIT", "web": "https://github.com/treeform/guardmons" }, + { + "name": "debby", + "url": "https://github.com/treeform/debby", + "method": "git", + "tags": [ + "db", + "sqlite", + "mysql", + "postgresql", + "orm" + ], + "description": "Database ORM layer", + "license": "MIT", + "web": "https://github.com/treeform/debby" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",