Added package kdb (#1544)

This commit is contained in:
inv2004 2020-06-29 03:40:17 +03:00 committed by GitHub
parent 3531cc8523
commit ef82967d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]