all repos — litestore @ f7e210eaa57fc1a7fa36dbf131bde7d1c2336102

A minimalist nosql document store.

README.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
[![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)]()
[![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.

For more information, see:

* [Getting Started](admin/md/getting-started.md)
* [Usage](admin/md/usage.md)

Or read the full [LiteStore User Guide](https://h3rald.com/litestore/LiteStore_UserGuide.htm).