aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Cevasco <h3rald@h3rald.com>2015-09-20 18:48:29 +0200
committerFabio Cevasco <h3rald@h3rald.com>2015-09-20 18:48:29 +0200
commitf3b963efa70480f7d04b7bb353fea7803b9d0284 (patch)
tree376e5681cbfa85e3a69a83cb88f6117b21f37b73
parentccf9d298d84337515f7fbed3d9fe78527d4f3caa (diff)
downloadpackages-f3b963efa70480f7d04b7bb353fea7803b9d0284.tar.gz
packages-f3b963efa70480f7d04b7bb353fea7803b9d0284.zip
Added LiteStore.
-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"
}
]