From 73951df28865ad5cde7b2ced56da529df68248b6 Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Wed, 25 Jan 2023 22:33:43 +1100 Subject: [PATCH] Add ponairi (#2470) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 88b229b..2db0186 100644 --- a/packages.json +++ b/packages.json @@ -28687,5 +28687,19 @@ "description": "Run command line tools directly from the Nimble Directory", "license": "MIT", "web": "https://github.com/jjv360/nimblex" + }, + { + "name": "ponairi", + "url": "https://github.com/ire4ever1190/ponairi", + "method": "git", + "tags": [ + "orm", + "sql", + "sqlite" + ], + "description": "Simple ORM for SQLite that can perform CRUD operations", + "license": "MIT", + "web": "https://github.com/ire4ever1190/ponairi", + "doc": "https://tempdocs.netlify.app/ponairi/stable" } ]