Added LiteStore.

This commit is contained in:
Fabio Cevasco 2015-09-20 18:48:29 +02:00
parent ccf9d298d8
commit f3b963efa7

View File

@ -3313,5 +3313,18 @@
"description": "PNG(Portable Network Graphics) encoder and decoder", "description": "PNG(Portable Network Graphics) encoder and decoder",
"license": "MIT", "license": "MIT",
"web": "https://github.com/jangko/nimPNG" "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"
} }
] ]