Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h3rald/litestore
A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store.
https://github.com/h3rald/litestore
datastore fulltext-search jwt middleware nosql self-contained sqlite web-server
Last synced: 3 months ago
JSON representation
A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store.
- Host: GitHub
- URL: https://github.com/h3rald/litestore
- Owner: h3rald
- License: mit
- Created: 2015-01-03T11:33:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T21:18:40.000Z (10 months ago)
- Last Synced: 2024-05-18T15:32:35.344Z (6 months ago)
- Topics: datastore, fulltext-search, jwt, middleware, nosql, self-contained, sqlite, web-server
- Language: Nim
- Homepage: https://h3rald.com/litestore
- Size: 46.1 MB
- Stars: 208
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - litestore - A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store. (Data / Database)
README
[![Nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://nimble.directory/pkg/litestore)
[![Release](https://img.shields.io/github/release/h3rald/litestore.svg)](https://github.com/h3rald/litestore/releases/latest)
[![License](https://img.shields.io/github/license/h3rald/litestore.svg)](https://raw.githubusercontent.com/h3rald/litestore/master/LICENSE)LiteStore is a lightweight, self-contained, RESTful, multi-format NoSQL document store server written in [Nim](http://www.nim-lang.org) and powered by a [SQLite](http://www.sqlite.org) 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:
* [Getting Started](src/admin/md/getting-started.md)
* [Usage](src/admin/md/usage.md)Or read the full [LiteStore User Guide](https://h3rald.com/litestore/LiteStore_UserGuide.htm).