all repos — litestore @ 74ef9a5059186b9c4b5c5436ed1386248dbcb81d

A minimalist nosql document store.

litestore.nimble

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

[Deps]
requires: "nim >= 0.18.0"