From 91cba57ad87b14eef5161bae58e43a3ff122913b Mon Sep 17 00:00:00 2001 From: luisacosta Date: Fri, 21 May 2021 19:17:23 -0400 Subject: [PATCH] Added package plnim --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6accc2a..3f88403 100644 --- a/packages.json +++ b/packages.json @@ -22593,5 +22593,18 @@ "description": "TwineMedia API client library for Nim", "license": "MIT", "web": "https://github.com/termermc/nim-tm-client" + }, + { + "name": "plnim", + "url": "https://github.com/luisacosta828/plnim", + "method": "git", + "tags": [ + "pgxcrown-extension", + "postgresql", + "language-handler" + ], + "description": "Language Handler for executing Nim inside postgres as a procedural language", + "license": "MIT", + "web": "https://github.com/luisacosta828/plnim" } ]