From 75fbd26abf927ac55241fbd65004ba5cc0c5c020 Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Tue, 1 Apr 2025 00:37:12 -0700 Subject: [PATCH] Add the nim-kuzu wrapper. (#3014) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index a4f9ca0..e57fa97 100644 --- a/packages.json +++ b/packages.json @@ -34872,6 +34872,22 @@ "license": "GPL-3.0-only", "web": "https://github.com/cycneuramus/nimpsort" }, + { + "name": "kuzu", + "url": "https://github.com/mahlonsmith/nim-kuzu", + "method": "git", + "tags": [ + "kuzu", + "kuzudb", + "library", + "wrapper", + "database", + "graph" + ], + "description": "A wrapper for Kuzu: an embedded graph database built for query speed and scalability.", + "license": "BSD-3-Clause", + "web": "https://kuzudb.com/" + }, { "name": "shark", "description": "Convert nim source file content from camel to snake case and vice versa",