From 6428aa5def668e2cf2b82d331db003b0cfdd0870 Mon Sep 17 00:00:00 2001 From: mentalonigiri <156449771+mentalonigiri@users.noreply.github.com> Date: Fri, 9 Aug 2024 05:44:38 +1000 Subject: [PATCH] add niqlite (#2913) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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",