all repos — litestore @ 094f3b9bdf681b94b6bca11bdce28a79d18f92e2

A minimalist nosql document store.

litestore.nimble

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

[Deps]
requires: "nimrod >= 0.11.2"