TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: LiteStore

3 pointsby h3raldover 9 years ago

2 comments

h3raldover 9 years ago
For those who don&#x27;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 &amp; Downloads: <a href="https:&#x2F;&#x2F;h3rald.com&#x2F;litestore&#x2F;" rel="nofollow">https:&#x2F;&#x2F;h3rald.com&#x2F;litestore&#x2F;</a><p>- User Guide: <a href="https:&#x2F;&#x2F;h3rald.com&#x2F;litestore&#x2F;LiteStore_UserGuide.htm" rel="nofollow">https:&#x2F;&#x2F;h3rald.com&#x2F;litestore&#x2F;LiteStore_UserGuide.htm</a><p>- Github Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;h3rald&#x2F;litestore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;h3rald&#x2F;litestore</a>
pavel_tiunovover 9 years ago
Hi h3rald, Nice job! Does it allow to persist different fields? Or the main purpose is to save unstructured documents?