all repos — litestore @ adbbdf86f5fd87ad9ee9df35b1a635855c8baf50

A minimalist nosql document store.

Merge branch 'master' of https://github.com/h3rald/litestore
h3rald h3rald@h3rald.com
Fri, 02 Dec 2016 21:48:54 +0100
commit

adbbdf86f5fd87ad9ee9df35b1a635855c8baf50

parent

99b86034b92e60b5930abb4379fe1bc4e35f4dd4

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -1,4 +1,8 @@

-[![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/h3rald/litestore) +[![Nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/h3rald/litestore) + +[![Release](https://img.shields.io/github/release/h3rald/litestore.svg?maxAge=2592000)]() +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/h3rald/litestore/master/LICENSE) +[![Build Status](https://img.shields.io/travis/h3rald/litestore.svg)](https://travis-ci.org/h3rald/litestore) LiteStore is a lightweight, self-contained, RESTful, multi-format NoSQL document store server written in [Nim](http://www.nim-lang.org) and powered by a [SQLite](http://www.sqlite.org) backend for storage. It aims to be a very simple and lightweight backend ideal for prototyping and testing REST APIs and single-page applications.