For those who don't want to get through the whole article:<p>TL;DR:
LiteStore is lightweight, self-contained, RESTful, multi-format NoSQL document store server written in Nim and powered by a SQLite 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.<p>Useful links:<p>- Project Page & Downloads: <a href="https://h3rald.com/litestore/" rel="nofollow">https://h3rald.com/litestore/</a><p>- User Guide: <a href="https://h3rald.com/litestore/LiteStore_UserGuide.htm" rel="nofollow">https://h3rald.com/litestore/LiteStore_UserGuide.htm</a><p>- Github Repo: <a href="https://github.com/h3rald/litestore" rel="nofollow">https://github.com/h3rald/litestore</a>