all repos — litestore @ c8eb2c121c366045a17bda258b3e14bc8ace8b62

A minimalist nosql document store.

litestore.nimble

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

[Deps]
requires: "nimrod >= 0.12.0"