2 comments

[ 3.0 ms ] story [ 14.1 ms ] thread
For those who don't want to get through the whole article:

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.

Useful links:

- Project Page & Downloads: https://h3rald.com/litestore/

- User Guide: https://h3rald.com/litestore/LiteStore_UserGuide.htm

- Github Repo: https://github.com/h3rald/litestore

Hi h3rald, Nice job! Does it allow to persist different fields? Or the main purpose is to save unstructured documents?