aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8752eae..60466df 100644
--- a/packages.json
+++ b/packages.json
@@ -3313,5 +3313,18 @@
"description": "PNG(Portable Network Graphics) encoder and decoder",
"license": "MIT",
"web": "https://github.com/jangko/nimPNG"
+ },
+ {
+ "name": "LiteStore",
+ "url": "https://github.com/h3rald/litestore",
+ "method": "git",
+ "tags": [
+ "database",
+ "rest",
+ "sqlite"
+ ],
+ "description": "A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store",
+ "license": "MIT",
+ "web": "https://h3rald.com/litestore"
}
]