contents/litestore.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
----- title: "LiteStore" content-type: project github: litestore home: /litestore/ active: true docs: /litestore/LiteStore_UserGuide.htm version: 1.5.1 subtitle: "A tiny NoSQL database for rapid prototyping" summary: "A lightweight, self-contained, RESTful, multi-format NoSQL document store server written in Nim and powered by a SQLite backend for storage." download: "https://github.com/h3rald/litestore/releases/download/" ----- {{$docs}} {{$download}} -- download {{$github}} -- github LiteStore is a lightweight, self-contained, RESTful, multi-format NoSQL document store server written in [Nim](http://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 client-side, single-page applications. LiteStore is: * **cross-platform**, you can download precompiled binaries for macOS, Linux and Windows. * **self-contained**, it's a command-line application that doesn't require installing or prerequisites: it's all in a single, small, executable file. * **RESTful**, you can access it via HTTP — perfect for prototyping SPAs. ### Downloads * [macOS (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_macosx_x64.zip) * [Linux (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_linux_x64.zip) * [Windows (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_windows_x64.zip) ### Resources * [Introducing LiteStore](/articles/litestore/) |