all repos — litestore @ e6ab33868a686452d8cb647fb2969fb2b2f160af

A minimalist nosql document store.

Merge branch 'master' of https://github.com/h3rald/litestore
h3rald h3rald@h3rald.com
Fri, 09 Oct 2015 21:01:02 +0200
commit

e6ab33868a686452d8cb647fb2969fb2b2f160af

parent

805cf26c36f28bc2212f918ce630bf411835abca

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

jump to
M README.mdREADME.md

@@ -2,7 +2,7 @@ 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) +* [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).