From ef82967d2153787374602fc662ae15442e19db9a Mon Sep 17 00:00:00 2001 From: inv2004 Date: Mon, 29 Jun 2020 03:40:17 +0300 Subject: [PATCH] Added package kdb (#1544) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c5bfb9e..3c53a63 100644 --- a/packages.json +++ b/packages.json @@ -18529,5 +18529,20 @@ "description": "C macro for Nim.", "license": "Apache-2.0", "web": "https://github.com/xflywind/nimish" + }, + { + "name": "kdb", + "url": "https://github.com/inv2004/kdb_nim", + "method": "git", + "tags": [ + "kdb", + "q", + "k", + "database", + "bindings" + ], + "description": "Nim structs to work with Kdb in type-safe manner and low-level Nim to Kdb bindings", + "license": "Apache-2.0", + "web": "https://github.com/inv2004/kdb_nim" } ]