add niqlite (#2913)

This commit is contained in:
mentalonigiri 2024-08-09 05:44:38 +10:00 committed by GitHub
parent 8ede9ef073
commit 6428aa5def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,17 @@
[
{
"name": "niqlite",
"url": "https://github.com/mentalonigiri/niqlite",
"method": "git",
"tags": [
"library",
"sqlite",
"fts5"
],
"description": "sqlite wrapper with fts5 and cflags configuration for sqlite.c. Builds sqlite from source",
"license": "MIT",
"web": "https://github.com/mentalonigiri/niqlite"
},
{
"name": "nimgo",
"url": "https://github.com/Alogani/NimGo",