From f3b963efa70480f7d04b7bb353fea7803b9d0284 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 20 Sep 2015 18:48:29 +0200 Subject: [PATCH] Added LiteStore. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]