From 326beadab7af1217c7e7b356cda7a526844eb5d7 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Mon, 22 Apr 2024 11:46:14 -0500 Subject: [PATCH] Add package respite (#2862) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 37e6fe5..c47ebba 100644 --- a/packages.json +++ b/packages.json @@ -33198,6 +33198,22 @@ "license": "GPL-3.0-or-later", "web": "https://github.com/lorenzoliuzzo/dim" }, + { + "name": "respite", + "url": "https://github.com/guzba/respite", + "method": "git", + "tags": [ + "redis", + "resp", + "sqlite", + "sql", + "database", + "server" + ], + "description": "Redis protocol backed by SQLite", + "license": "MIT", + "web": "https://github.com/guzba/respite" + }, { "name": "sudo", "url": "https://github.com/FyraLabs/sudo.nim",