No description
Find a file
2024-01-07 22:04:03 +01:00
.github/workflows Update add-artifacts-to-current-release.yml 2024-01-07 22:04:03 +01:00
.vscode Updated middleware execution code. 2020-02-23 11:25:20 +01:00
src Update jwt.nim 2024-01-07 21:45:15 +01:00
test Fixed build for Nim 2.0.0. 2023-08-25 16:00:57 +00:00
.gitignore Started implementing $http API. 2024-01-05 13:47:25 +01:00
.prettierignore Update SQLite, duktape; improvements. 2021-04-09 20:36:36 +02:00
build_guide Updates. 2024-01-06 16:53:24 +01:00
description Added description 2023-08-11 02:17:17 +00:00
Dockerfile Added Dockerfile 2021-04-10 03:57:22 +00:00
LICENSE Updates. 2024-01-06 16:53:24 +01:00
litestore.nimble Started implementing jwt validation. 2023-12-29 14:33:34 +01:00
README.md Fixed deprecation warnings; other improvements. 2021-11-10 13:40:32 +01:00

Nimble

Release License

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.