From 3eab329fcf89460788b22a370e0a2311d757e1cb Mon Sep 17 00:00:00 2001 From: PhilippMDoerner <65814317+PhilippMDoerner@users.noreply.github.com> Date: Thu, 27 Jan 2022 19:08:29 +0000 Subject: [PATCH] Added package tinypool (#2129) Co-authored-by: PhilippMDoerner --- packages.json | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/packages.json b/packages.json index 28a9c4c..356ce38 100644 --- a/packages.json +++ b/packages.json @@ -1,19 +1,19 @@ [ { - "name": "lrparser", - "url": "https://github.com/vanyle/lrparser/", - "method": "git", - "tags":[ - "parser", - "slr", - "grammar", - "lexer", - "tokenizer" - ], - "description": "A SLR parser written in Nim with compile-time and run-time grammar generation.", - "license": "MIT", - "doc": "https://vanyle.github.io/lrparser/lrparser.html", - "web": "https://github.com/vanyle/lrparser/" + "name": "lrparser", + "url": "https://github.com/vanyle/lrparser/", + "method": "git", + "tags": [ + "parser", + "slr", + "grammar", + "lexer", + "tokenizer" + ], + "description": "A SLR parser written in Nim with compile-time and run-time grammar generation.", + "license": "MIT", + "doc": "https://vanyle.github.io/lrparser/lrparser.html", + "web": "https://github.com/vanyle/lrparser/" }, { "name": "py2nim", @@ -24916,5 +24916,18 @@ ], "description": "Iterator package aimed at more ergonomic and efficient iterators.", "license": "MIT" + }, + { + "name": "tinypool", + "url": "https://github.com/PhilippMDoerner/TinyPool", + "method": "git", + "tags": [ + "database", + "sqlite3", + "connection-pool" + ], + "description": "A minimalistic connection pooling package", + "license": "MIT", + "web": "https://github.com/PhilippMDoerner/TinyPool" } ]