diff --git a/packages.json b/packages.json index 50417e4..3a01d8d 100644 --- a/packages.json +++ b/packages.json @@ -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",