From 7cc1fab304e2a0a4379d7e3158a97bf6d68d8c49 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Mon, 12 Dec 2022 18:52:27 -0600 Subject: [PATCH] Add package waterpark (#2427) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 4f6b0d4..cab8cc9 100644 --- a/packages.json +++ b/packages.json @@ -28049,6 +28049,21 @@ "license": "MIT", "web": "https://github.com/sls1005/cppany" }, + { + "name": "waterpark", + "url": "https://github.com/guzba/waterpark", + "method": "git", + "tags": [ + "threads", + "postgres", + "sqlite", + "mysql", + "database" + ], + "description": "Thread-safe database connection pools", + "license": "MIT", + "web": "https://github.com/guzba/waterpark" + }, { "name": "apt_brain", "url": "https://github.com/genkaisoft/apt-brain",