all repos — litestore @ d93cede5bad952f284486ac687925dd61ac5c5ab

A minimalist nosql document store.

litestore.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
[Package]
name          = "litestore"
version       = "1.1.1"
author        = "Fabio Cevasco"
description   = "Self-contained, lightweight, RESTful document store."
license       = "MIT"
bin           = "litestore"

[Deps]
requires: "nimrod >= 0.13.0"