diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-09-20 17:57:05 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-09-20 17:57:05 +0100 |
| commit | 336039ad668183f180a9062e3ed2f2aa4ce23e7a (patch) | |
| tree | 376e5681cbfa85e3a69a83cb88f6117b21f37b73 | |
| parent | ccf9d298d84337515f7fbed3d9fe78527d4f3caa (diff) | |
| parent | f3b963efa70480f7d04b7bb353fea7803b9d0284 (diff) | |
| download | packages-336039ad668183f180a9062e3ed2f2aa4ce23e7a.tar.gz packages-336039ad668183f180a9062e3ed2f2aa4ce23e7a.zip | |
Merge pull request #256 from h3rald/patch-2
Added LiteStore.
| -rw-r--r-- | packages.json | 13 |
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" } ] |
