litestore
Self-contained, lightweight, RESTful document store.
Summary
| Latest Version | 1.13.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-31 07:14 |
Tags
Authors
- Fabio Cevasco
Installation
nimble install litestore
choosenim install litestore
git clone https://git.sr.ht/~h3rald/litestore
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| litestore | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= 2.0.0", "db_connector", "nimgen", | "duktape | No |
Source
| Repository | https://git.sr.ht/~h3rald/litestore |
|---|---|
| Homepage | https://h3rald.com/litestore |
| Registry Source | nimble_official |
README
LiteStore is a 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 single-page applications.
For more information, see:
Or read the full LiteStore User Guide.