Skip to content

Commit

Permalink
Added package surrealdb (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xkonti committed Sep 23, 2024
1 parent a07fea4 commit 9aacfe9
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -34059,8 +34059,15 @@
"performance",
"base64",
"unicode",
"avx2", "avx512", "neon", "sse", "riscv",
"utf8", "utf16", "utf32", "transcoding"
"avx2",
"avx512",
"neon",
"sse",
"riscv",
"utf8",
"utf16",
"utf32",
"transcoding"
],
"license": "Apache-2.0",
"web": "https://github.com/ferus-web/simdutf"
Expand Down Expand Up @@ -34109,5 +34116,22 @@
"description": "Youtube downloader library and CLI.",
"license": "GPLv3",
"web": "https://github.com/navid-m/newt"
},
{
"name": "surrealdb",
"url": "https://github.com/Xkonti/surrealdb.nim",
"method": "git",
"tags": [
"surrealdb",
"database",
"surrealql",
"driver",
"sql",
"nosql",
"websocket"
],
"description": "SurrealDB driver for Nim",
"license": "MIT",
"web": "https://github.com/Xkonti/surrealdb.nim"
}
]

0 comments on commit 9aacfe9

Please sign in to comment.