From 0fe2e4e027f9f0e0d49cf7d9ae388590d9c79fb2 Mon Sep 17 00:00:00 2001 From: Rene Hartmann Date: Thu, 28 Oct 2021 07:56:21 +0200 Subject: [PATCH] Added package db_nimternalsql (#2045) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index adea8e8..a1b47b6 100644 --- a/packages.json +++ b/packages.json @@ -24069,5 +24069,16 @@ "description": "The core types and functions of the SciNim ecosystem", "license": "MIT", "web": "https://github.com/SciNim/scinim" + }, + { + "name": "db_nimternalsql", + "url": "https://github.com/rehartmann/nimternalsql", + "method": "git", + "tags": [ + "n" + ], + "description": "An in-memory SQL database library", + "license": "MIT", + "web": "https://github.com/rehartmann/nimternalsql" } ]