Add the nim-kuzu wrapper. (#3014)

This commit is contained in:
Mahlon E. Smith 2025-04-01 00:37:12 -07:00 committed by GitHub
parent 470b9778dd
commit 75fbd26abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34872,6 +34872,22 @@
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"web": "https://github.com/cycneuramus/nimpsort" "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", "name": "shark",
"description": "Convert nim source file content from camel to snake case and vice versa", "description": "Convert nim source file content from camel to snake case and vice versa",